diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1966104b..46d2bf07e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: needs: go-versions runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: go-version: ${{ needs.go-versions.outputs.latest }} @@ -75,7 +75,7 @@ jobs: - ceph_version: "reef" go_version: ${{ needs.go-versions.outputs.unstable }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run tests run: make test-containers-test "CEPH_VERSION=${{ matrix.ceph_version }}" "GO_VERSION=${{ matrix.go_version }}" "RESULTS_DIR=$PWD/_results" - name: Clean up test containers diff --git a/.github/workflows/report-stable.yml b/.github/workflows/report-stable.yml index 40e168527..ef4ee44ac 100644 --- a/.github/workflows/report-stable.yml +++ b/.github/workflows/report-stable.yml @@ -12,7 +12,7 @@ jobs: steps: # Checkout with fetch-depth=0 in order to fetch (all) tags. # The Makefile runs git commands to pass tag info to the apiage script. - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Run makefile