Skip to content

Commit fc740be

Browse files
Merge pull request #53 from bgalek/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents c23c434 + a645965 commit fc740be

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
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- uses: gradle/wrapper-validation-action@v1
1212
- name: Set up JDK 11
1313
uses: actions/setup-java@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616
- uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)