diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 0ce8d7c0..7eb7a76a 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -29,6 +29,6 @@ jobs: echo "files=${yamls}" >> "$GITHUB_OUTPUT" - name: Action lint - uses: reviewdog/action-actionlint@053c5cf55eed0ced1367cdc5e658df41db3a0cce # v1.59.0 + uses: reviewdog/action-actionlint@08ef4afa963243489a457cca426f705ce4e0d1a5 # v1.60.0 with: actionlint_flags: ${{ steps.get_yamls.outputs.files }} diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 266a1f1a..4ca03526 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: # In order: # * Module download cache diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 2f2b9b06..4d0b1064 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -113,7 +113,7 @@ jobs: github_token: ${{ secrets.github_token }} fail_on_error: true - - uses: reviewdog/action-misspell@6dbb2a0a90daef8df58aa6301645b59cc3253733 # v1.25.0 + - uses: reviewdog/action-misspell@18ffb61effb93b47e332f185216be7e49592e7e1 # v1.26.1 if: ${{ always() }} with: github_token: ${{ secrets.github_token }}