diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index c5aa7af..c5c2805 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -26,7 +26,7 @@ jobs: outputs: any-changed: ${{ steps.changed-files.outputs.any_changed }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Get changed files @@ -62,7 +62,7 @@ jobs: - name: test-storybook run: pnpm run build-storybook && pnpm run test-storybook:ci steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - id: tool-versions run: | echo "node-version=$(./scripts/tool-versions.sh nodejs)" >> $GITHUB_OUTPUT diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 61b3efc..dadf873 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,7 +22,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - id: tool-versions run: | echo "node-version=$(./scripts/tool-versions.sh nodejs)" >> $GITHUB_OUTPUT @@ -57,7 +57,7 @@ jobs: registry-url: https://registry.npmjs.org auth-token-key: NPM_ACCESS_TOKEN steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/download-artifact@v4 with: name: rafters.tgz diff --git a/.github/workflows/storybook.yaml b/.github/workflows/storybook.yaml index 5963840..692a9f5 100644 --- a/.github/workflows/storybook.yaml +++ b/.github/workflows/storybook.yaml @@ -27,7 +27,7 @@ jobs: outputs: any-changed: ${{ steps.changed-files.outputs.any_changed }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Get changed files @@ -48,7 +48,7 @@ jobs: name: chromatic url: ${{ steps.chromatic.outputs.buildUrl }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 - id: tool-versions diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 7a5d0a3..f5723b2 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -28,7 +28,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ssh-key: ${{ secrets.DEPLOY_KEY_PRIVATE }} - id: tool-versions