Skip to content

Commit

Permalink
Merge pull request #5 from stscoundrel/dependabot/github_actions/ci-d…
Browse files Browse the repository at this point in the history
…ependencies-8a9da2b879
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
2 parents a271f58 + 0b374b9 commit e587805
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
go: [ '1.17' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build with Go ${{ matrix.go }}
uses: actions/setup-go@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
go: [ '1.17' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Lint in Go ${{ matrix.go }}
uses: actions/setup-go@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
go: [ '1.17' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test in Go ${{ matrix.go }}
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit e587805

Please sign in to comment.