diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b75bd46..30f6be0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 permissions: write-all steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: gacts/github-slug@v1 id: slug diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d9f45eb..6653674 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: name: Gitleaks runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: { fetch-depth: 0 } - name: Check for GitLeaks @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-20.04 env: { FORCE_COLOR: 'true' } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: { node-version: '16' } @@ -48,7 +48,7 @@ jobs: dist-changed: ${{ steps.state.outputs.changed }} env: { FORCE_COLOR: 'true' } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: { node-version: '16' } @@ -80,7 +80,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/download-artifact@v3 with: { name: dist, path: ./dist/ } @@ -93,7 +93,7 @@ jobs: name: Run action runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run this action uses: ./