diff --git a/.github/workflows/go-sum-fix.yml b/.github/workflows/go-sum-fix.yml index dd3c8c83..e569b248 100644 --- a/.github/workflows/go-sum-fix.yml +++ b/.github/workflows/go-sum-fix.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 - name: fix diff --git a/.github/workflows/hide-old-bot-comments.yml b/.github/workflows/hide-old-bot-comments.yml index 1408b4d1..dd397013 100644 --- a/.github/workflows/hide-old-bot-comments.yml +++ b/.github/workflows/hide-old-bot-comments.yml @@ -5,7 +5,7 @@ jobs: hide-old-bot-comments: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Hide old bot comments uses: kamatama41/hide-pr-comments-action@v0 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 407330fd..3cbacf44 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: GPG_FINGERPRINT: "358B DF63 B4AE D76A 871A E62E 1BF1 686B 468C 35B2" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get Go version diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 06cd6d28..e93084c1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: version: ${{ steps.go-version.outputs.version }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get Go version id: go-version run: echo "version=$(sed -n 's/^go \([0-9\.]\+\)/\1/p' go.mod)" | tee -a ${GITHUB_OUTPUT} @@ -30,7 +30,7 @@ jobs: - macos-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Go uses: actions/setup-go@v4 with: @@ -120,7 +120,7 @@ jobs: fail-fast: false steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Go uses: actions/setup-go@v4 with: