Skip to content

Commit

Permalink
Merge pull request #752 from traPtitech/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

⬆️ Bump actions/checkout from 3 to 4
  • Loading branch information
H1rono authored May 10, 2024
2 parents 8a8ec9c + a896c9e commit 321bc79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:

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

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 321bc79

Please sign in to comment.