diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index bfbdf16..b684182 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -57,7 +57,7 @@ jobs: suites: ${{ steps.suites.outputs.suites }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Go uses: actions/setup-go@v5 @@ -85,7 +85,7 @@ jobs: suite: ${{ fromJSON(needs.define-matrix.outputs.suites) }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download binary artifact uses: actions/download-artifact@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 88bb8b8..b268543 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -53,7 +53,7 @@ jobs: suites: ${{ steps.suites.outputs.suites }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Go uses: actions/setup-go@v5 @@ -81,7 +81,7 @@ jobs: suite: ${{ fromJSON(needs.define-matrix.outputs.suites) }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download binary artifact uses: actions/download-artifact@v4 @@ -111,7 +111,7 @@ jobs: - spread-test steps: - name: Check out the code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/tiobe.yaml b/.github/workflows/tiobe.yaml index 3d962d3..f0b6a77 100644 --- a/.github/workflows/tiobe.yaml +++ b/.github/workflows/tiobe.yaml @@ -11,7 +11,7 @@ jobs: TICS: runs-on: [self-hosted, reactive, amd64, tiobe, noble] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false