Skip to content

Commit

Permalink
chore(deps): update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 880fbaa commit 2bcbb01
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/final-newline-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: hakadoriya-actions/[email protected].1
- uses: hakadoriya-actions/[email protected].2
id: final-newline-checker
with:
# NOTE: If you want to fail on missing final newline, set this to true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
outputs:
skip: ${{ steps.paths-filter.outputs.skip }}
steps:
- uses: hakadoriya-actions/[email protected].0
- uses: hakadoriya-actions/[email protected].1
id: paths-filter
with:
paths: |-
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
${{ runner.os }}-go-${{ steps.golang-info.outputs.GOVERSION }}-${{ hashFiles('**/go.sum') }}-
${{ runner.os }}-go-${{ steps.golang-info.outputs.GOVERSION }}-
${{ runner.os }}-go-
- uses: golangci/golangci-lint-action@v6.1.1 # ref. https://github.com/golangci/golangci-lint-action#how-to-use
- uses: golangci/golangci-lint-action@v6.2.0 # ref. https://github.com/golangci/golangci-lint-action#how-to-use
with:
working-directory: ${{ env.WORKDIR }}
args: --timeout=600s
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-mod-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
outputs:
skip: ${{ steps.paths-filter.outputs.skip }}
steps:
- uses: hakadoriya-actions/[email protected].0
- uses: hakadoriya-actions/[email protected].1
id: paths-filter
with:
paths: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
outputs:
skip: ${{ steps.paths-filter.outputs.skip }}
steps:
- uses: hakadoriya-actions/[email protected].0
- uses: hakadoriya-actions/[email protected].1
id: paths-filter
with:
paths: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task-list-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
contents: read
pull-requests: read
steps:
- uses: hakadoriya-actions/[email protected].1
- uses: hakadoriya-actions/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2bcbb01

Please sign in to comment.