Skip to content

Commit

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

build: bump actions/checkout from 3 to 4
  • Loading branch information
pjbgf committed Nov 9, 2023
2 parents 16d8642 + 00cda02 commit b534f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test
run: make test

0 comments on commit b534f49

Please sign in to comment.