diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aa18ad..eb1a964 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: name: Run all checks runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: DeterminateSystems/determinate-nix-action@v3 - uses: DeterminateSystems/flakehub-cache-action@main diff --git a/.github/workflows/update-downstream.yml b/.github/workflows/update-downstream.yml index 326ac3e..5c6ef48 100644 --- a/.github/workflows/update-downstream.yml +++ b/.github/workflows/update-downstream.yml @@ -40,7 +40,7 @@ jobs: GH_TOKEN: ${{ secrets.detsys_pr_bot_token }} # for `gh pr create` steps: - name: Check out detsys-ts - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: current token: ${{ env.GH_TOKEN }} @@ -53,7 +53,7 @@ jobs: echo "msg=${MSG}" >> $GITHUB_OUTPUT - name: Check out ${{ env.TARGET_REPO }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: target repository: ${{ env.TARGET_REPO }}