Skip to content

Commit 111527a

Browse files
authored
Merge pull request #17 from natrontech/dependabot/github_actions/actions/checkout-4
2 parents 9e91d11 + 2051bec commit 111527a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: go
2727

2828
- name: Check out code into the Go module directory
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4
3030

3131
- name: Get dependencies
3232
run: |

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Log in to the Container registry
2323
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20

0 commit comments

Comments
 (0)