diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7c3bc5c0..c6087b82 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -25,11 +25,11 @@ jobs: steps: - name: Checkout if: github.head_ref == '' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Checkout merge if: github.head_ref != '' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: refs/pull/${{github.event.pull_request.number}}/merge diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1536c06..9ef2c0da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0