Skip to content

Commit 40a0515

Browse files
authored
Update actions/checkout to v4 (TheAlgorithms#4351)
1 parent 09950d6 commit 40a0515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v4
88
- name: Set up JDK 17
99
uses: actions/setup-java@v2
1010
with:

.github/workflows/clang-format-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: DoozyX/clang-format-lint-action@v0.16.2
1313
with:
1414
source: './src'

0 commit comments

Comments
 (0)