Skip to content

Commit be36514

Browse files
committed
bump workflow versions
1 parent 7794543 commit be36514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
os: [ubuntu-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020

21-
- uses: actions/setup-java@v3
21+
- uses: actions/setup-java@v4
2222
with:
2323
distribution: 'temurin'
2424
java-version: '17'

0 commit comments

Comments
 (0)