diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 3d1d785..c2e78d9 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -15,7 +15,7 @@ jobs: tree-state: ${{ steps.ldflags.outputs.tree-state }} steps: - id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - id: ldflags @@ -36,7 +36,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Go