Skip to content

Commit 440ac0b

Browse files
committed
Update actions/checkout action to v4
1 parent 5df7872 commit 440ac0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up JDK 11
2020
uses: actions/setup-java@v1
2121
with:

.github/workflows/jitpack_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Trigger Build in JitPack
1414
run: |
1515
echo "Triggering JitPack build"

0 commit comments

Comments
 (0)