diff --git a/.github/workflows/pr-test-build.yml b/.github/workflows/pr-test-build.yml index 3a35493..8f9cc90 100644 --- a/.github/workflows/pr-test-build.yml +++ b/.github/workflows/pr-test-build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go uses: actions/setup-go@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb3c646..7deebe6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: steps: - name: 检出代码 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -53,7 +53,7 @@ jobs: - { goos: darwin, goarch: arm64, out: codex-proxy-darwin-arm64, zip: codex-proxy-darwin-arm64.zip } steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: @@ -112,7 +112,7 @@ jobs: if: ${{ needs.release-please.outputs.release_created == 'true' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: docker/setup-buildx-action@v4