Skip to content

Commit

Permalink
chore: update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdavim committed Dec 1, 2024
1 parent 19983b6 commit 480a8fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.22

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.46
args: --timeout 5m
Expand All @@ -35,7 +35,7 @@ jobs:
go: ["1.22"]
steps:
- name: Go ${{ matrix.go }}
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Checkout source code
Expand Down

0 comments on commit 480a8fa

Please sign in to comment.