diff --git a/.github/workflows/autorun-npm-audit-fix.yml b/.github/workflows/autorun-npm-audit-fix.yml index 021fe3d..64c438b 100644 --- a/.github/workflows/autorun-npm-audit-fix.yml +++ b/.github/workflows/autorun-npm-audit-fix.yml @@ -15,9 +15,9 @@ jobs: working-directory: ./ steps: - name: Check out repository - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up node - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 'lts/*' - name: Get whether autorun-npm-audit-fix branch exists