We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/checkout
v4
1 parent 09950d6 commit 40a0515Copy full SHA for 40a0515
.github/workflows/build.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
8
- name: Set up JDK 17
9
uses: actions/setup-java@v2
10
with:
.github/workflows/clang-format-lint.yml
@@ -8,7 +8,7 @@ jobs:
11
- - uses: actions/checkout@v3
12
- uses: DoozyX/clang-format-lint-action@v0.16.2
13
14
source: './src'
0 commit comments