diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 047a17c..38f181c 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@v4 + uses: actions/checkout@v5 with: persist-credentials: 'false' - name: Bootstrap repository @@ -44,14 +44,14 @@ jobs: contents: write steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # 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@v4 + uses: actions/checkout@v5 # Necessary for hooks to succeed during tests for PRs if: github.event_name == 'pull_request' with: @@ -121,7 +121,7 @@ jobs: exit 1 fi - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - 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 a068e33..6638e5f 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index d83cfc4..9b31d5d 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: 'false' - name: Bootstrap repository diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index decad3c..676b419 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@v4 + uses: actions/checkout@v5 with: persist-credentials: 'false' - name: Bootstrap repository