diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f649623..98fbdaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: run: just lint - name: Lint GitHub Actions workflows - uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.6.8 + uses: reviewdog/action-actionlint@e58ee9d111489c31395fbe4857b0be6e7635dbda # v1.6.8 test: name: "Test (${{ matrix.os }}, Python ${{ matrix.python-version }})" diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 38183a7..a825951 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -60,7 +60,7 @@ jobs: run: just lint-docs - name: Lint GitHub Actions workflows - uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.6.8 + uses: reviewdog/action-actionlint@e58ee9d111489c31395fbe4857b0be6e7635dbda # v1.6.8 build: name: "Build"