diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4563e13..99d54dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Nix uses: DeterminateSystems/nix-installer-action@v22 @@ -52,7 +52,7 @@ jobs: pr: ${{ steps.release.outputs.pr }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -73,7 +73,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ fromJSON(needs.release.outputs.pr).headBranchName }} @@ -111,7 +111,7 @@ jobs: GIT_TAG: v${{ needs.release.outputs.major }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Update version tag run: | diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 84e606c..c7e4b47 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Generate App token id: app-token uses: actions/create-github-app-token@v3