Skip to content

Commit 2de790c

Browse files
authored
Merge pull request #11 from OneLiteFeatherNET/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 3bd839a + b304bdd commit 2de790c

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
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Validate Gradle Wrapper
2121
uses: gradle/wrapper-validation-action@v1
2222
- name: Setup Java

.github/workflows/build_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
os: [ubuntu-latest, windows-latest, macos-latest]
1010
steps:
1111
- name: Checkout Repository
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- name: Validate Gradle Wrapper
1414
uses: gradle/wrapper-validation-action@v1
1515
- name: Setup Java

0 commit comments

Comments
 (0)