From b7ba057d2020ac3a77643f9e075a5679c943663a Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:24:49 +1300 Subject: [PATCH] MNT Update GHA dependencies (#33) --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index b33d9e3..e716178 100644 --- a/action.yml +++ b/action.yml @@ -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 @@ -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 }} @@ -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