Skip to content

Commit

Permalink
DEP Update dependencies to avoid deprecations (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Apr 27, 2023
1 parent 1ed2e83 commit ea64052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:

- name: Checkout code
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # v2.4.2
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0

- name: Read .nvmrc
id: read-nvm
Expand All @@ -15,7 +15,7 @@ runs:
echo "version=$(cat .nvmrc)" >> "$GITHUB_OUTPUT"
- name: Setup node
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: ${{ steps.read-nvm.outputs.version }}

Expand Down

0 comments on commit ea64052

Please sign in to comment.