Skip to content

Commit

Permalink
Merge pull request #163 from mashiike/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
mashiike committed Jun 15, 2023
2 parents dcdc11d + 0d70951 commit 637d191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: "1.20"

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build & Test
run: |
Expand Down

0 comments on commit 637d191

Please sign in to comment.