Skip to content

Commit

Permalink
Merge pull request #208 from fatih/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
fatih committed Oct 18, 2023
2 parents 2fb03d6 + 4c66e32 commit 96e0f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: '>=1.20.0'

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

- name: Run go mod tidy
run: |
Expand Down

0 comments on commit 96e0f73

Please sign in to comment.