diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e0ea79f6..e5ba9074 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: outputs: latest-tag: ${{ steps.find-tag.outputs.tag }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: prefix-dev/setup-pixi@v0.9.6 with: @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest needs: find-tag steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ needs.find-tag.outputs.latest-tag }} @@ -71,18 +71,18 @@ jobs: steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Checkout Tutorials with: fetch-depth: 0 path: tutorials - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Checkout AMMR with: repository: anybody/ammr ref: master path: ammr - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Checkout AMMR4 with: repository: anybody/ammr4-beta @@ -121,7 +121,7 @@ jobs: needs: [link-check] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -145,7 +145,7 @@ jobs: needs: [find-tag, link-check] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ needs.find-tag.outputs.latest-tag }} fetch-depth: 0