Skip to content

Commit 9fd0683

Browse files
Merge pull request #94 from allegro/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 0b70e27 + 9358d94 commit 9fd0683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
- name: Set up JDK 11
1818
uses: actions/setup-java@v5

.github/workflows/publish.yaml

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@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616
- uses: gradle/wrapper-validation-action@v3

0 commit comments

Comments
 (0)