Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 4 to 5 (letsblockit#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 6258bb9 commit b801d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/filter-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
- name: Run linting and save output
run: go run ./cmd/utils/ filter-lint > output.txt
- name: Comment with result
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.repository == 'letsblockit/letsblockit'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
- name: Download updated presets
run: go run ./cmd/utils/ update-presets
- name: Create Pull Request
Expand Down

0 comments on commit b801d43

Please sign in to comment.