Skip to content

Commit 513c513

Browse files
authored
Merge pull request #120 from softwaremill/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents efe7655 + 48fc273 commit 513c513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
12+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1313
- name: Setup JDK
1414
uses: actions/setup-java@v5
1515
with:

0 commit comments

Comments
 (0)