diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 19af99da3..7e2a02e9a 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -15,7 +15,7 @@ jobs: if: github.actor == github.repository_owner # Only run if PR is by repo owner steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -76,7 +76,7 @@ jobs: path: artifacts - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Comment with artifact info if: github.event_name == 'pull_request' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc5d66d89..dc42b608b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -143,7 +143,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up Go @@ -238,7 +238,7 @@ jobs: needs: [build,android] steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/contrib-mgmt.yml b/.github/workflows/contrib-mgmt.yml index 9aecb069a..8be61e18f 100644 --- a/.github/workflows/contrib-mgmt.yml +++ b/.github/workflows/contrib-mgmt.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check if comment contains "merge" id: check_comment