Skip to content

Commit fc8b9b9

Browse files
authored
Merge pull request #128 from maxmind/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 27f6206 + 75cc7d8 commit fc8b9b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

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

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
# We must fetch at least the immediate parents so that if this is
2121
# a pull request then we can checkout the head.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
1111
version: [ 11, 12, 13, 14, 15, 16, 17, 18, 19 ]
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
submodules: true
1616
- uses: actions/setup-java@v3

0 commit comments

Comments
 (0)