Skip to content

Commit 4660b1c

Browse files
authored
Merge pull request #474 from AuthMe/dependabot/github_actions/master/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents c7c213c + b452cc5 commit 4660b1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven_jdk11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- name: Set up JDK 11
1313
uses: actions/setup-java@v4
1414
with:

.github/workflows/maven_jdk8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414

1515
- name: Set up JDK 8
1616
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)