Skip to content

Commit

Permalink
Merge pull request #10 from stscoundrel/dependabot/github_actions/ci-…
Browse files Browse the repository at this point in the history
…cd-dependencies-8a9da2b879
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
2 parents 1f855cc + dccc88f commit 8b1a36b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.19.x', '1.20.x', '1.21.x']
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.19.x', '1.20.x', '1.21.x']
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/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Notify pkg.dev of new version
run: curl "https://proxy.golang.org/github.com/stscoundrel/PROJECT-NAME/@v/${{ github.ref_name }}.info"
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.19.x', '1.20.x', '1.21.x']
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 8b1a36b

Please sign in to comment.