Skip to content

Commit 0a611b0

Browse files
authored
Merge pull request #11 from Keyfactor/dependabot/github_actions/actions/checkout-4
build(deps): Bump actions/checkout from 3 to 4
2 parents f02652e + f822a7a commit 0a611b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
environment: ${{ matrix.environment }}
1515
steps:
1616
- name: Check out code
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Set up Go
2020
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)