Skip to content

Commit

Permalink
MNT Update GHA dependencies (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Oct 13, 2024
1 parent 11a7b7c commit b7ba057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- 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@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: ${{ steps.read-nvm.outputs.version }}

Expand Down Expand Up @@ -180,7 +180,7 @@ runs:
# https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
- name: Upload artifacts
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # @v3.1.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # @v4.4.3
if: always()
with:
name: artifacts
Expand Down

0 comments on commit b7ba057

Please sign in to comment.