Skip to content

Commit e78ebc6

Browse files
authored
Merge pull request #23 from moov-io/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents e48955a + 02170c9 commit e78ebc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@v3

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: go
2222

2323
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525

2626
- name: Install make (Windows)
2727
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)