diff --git a/.github/workflows/doc-update.yml b/.github/workflows/doc-update.yml index f7c8c67..643676f 100644 --- a/.github/workflows/doc-update.yml +++ b/.github/workflows/doc-update.yml @@ -60,7 +60,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Get changed markdown files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 id: changed-markdown-files with: files: '**/*.md' @@ -174,7 +174,7 @@ jobs: cp ci-tools/${{ env.spellcheck_dict }} ${{ env.spellcheck_dict }} - name: Spellcheck - uses: rojopolis/spellcheck-github-actions@0.51.0 + uses: rojopolis/spellcheck-github-actions@0.52.0 continue-on-error: true id: spellcheck with: diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index c7fecd8..30a8096 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version: stable check-latest: true @@ -83,7 +83,7 @@ jobs: go_version: ['oldstable', 'stable' ] steps: - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version: '${{ matrix.go_version }}' check-latest: true diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 5509847..da7a2bb 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -125,7 +125,7 @@ jobs: - name: Find previous PR comment if: ${{ steps.check_pr.outputs.proceed == 'true'}} - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: find_comment with: repository: ${{ inputs.target_repo }} @@ -136,7 +136,7 @@ jobs: - name: Create or update PR comment if: ${{ steps.check_pr.outputs.proceed == 'true'}} - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ inputs.pr_number }} comment-id: ${{ steps.find_comment.outputs.comment-id }}