diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc91bad..106eb9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository @@ -44,14 +44,14 @@ jobs: contents: write steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Necessary for hooks to succeed during tests for commits/schedule if: github.event_name != 'pull_request' with: fetch-depth: 0 persist-credentials: 'false' - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Necessary for hooks to succeed during tests for PRs if: github.event_name == 'pull_request' with: @@ -297,7 +297,7 @@ jobs: exit 1 fi - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Scan workflow logs for warnings and errors run: scripts/scan_workflow_logs.sh ${{ github.run_id }} env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d708dfc..4c2a20d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: tag: ${{ steps.release.outputs.tag }} steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 529e830..be49264 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,7 +22,7 @@ jobs: pull-requests: write steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository