diff --git a/.github/workflows/auto-sync-master-with-develop.yml b/.github/workflows/auto-sync-master-with-develop.yml index 3deb937eb..b74573eeb 100644 --- a/.github/workflows/auto-sync-master-with-develop.yml +++ b/.github/workflows/auto-sync-master-with-develop.yml @@ -27,7 +27,7 @@ jobs: private-key: ${{ secrets.AUTO_SYNC_BRANCHES_SECRET }} - name: Checkout Master - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: master fetch-depth: 0 diff --git a/.github/workflows/check-build.yml b/.github/workflows/check-build.yml index 831cb86fd..a28b69303 100644 --- a/.github/workflows/check-build.yml +++ b/.github/workflows/check-build.yml @@ -21,7 +21,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Enable corepack run: | diff --git a/.github/workflows/check-lint.yml b/.github/workflows/check-lint.yml index 270f9ddba..f6d304f55 100644 --- a/.github/workflows/check-lint.yml +++ b/.github/workflows/check-lint.yml @@ -19,7 +19,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Enable corepack run: | @@ -49,7 +49,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Enable corepack run: | @@ -75,7 +75,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Link Checker uses: lycheeverse/lychee-action@v2.5.0 diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml index b049ab0c4..362d3f5fc 100644 --- a/.github/workflows/check-pr-title.yml +++ b/.github/workflows/check-pr-title.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Enable corepack run: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index a151dea02..0917e18ef 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -28,7 +28,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 1 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ad722223b..1056125a7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/deploy-storybook-docs.yml b/.github/workflows/deploy-storybook-docs.yml index 3bc458064..dd14a899e 100644 --- a/.github/workflows/deploy-storybook-docs.yml +++ b/.github/workflows/deploy-storybook-docs.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/release-dapps.yml b/.github/workflows/release-dapps.yml index ca1da737c..592253a14 100644 --- a/.github/workflows/release-dapps.yml +++ b/.github/workflows/release-dapps.yml @@ -33,7 +33,7 @@ jobs: steps: #Check out - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release-libs.yml b/.github/workflows/release-libs.yml index 22c02424f..d668e80eb 100644 --- a/.github/workflows/release-libs.yml +++ b/.github/workflows/release-libs.yml @@ -35,7 +35,7 @@ jobs: steps: - name: 'Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96b9d64b7..7d484973c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Enable corepack run: |