Skip to content

Commit 1113d82

Browse files
chore(deps): bump actions/checkout from 6 to 6.0.2 (#575)
1 parent 486617e commit 1113d82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
version: [17, 21, 25]
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v6.0.2
1919

2020
- name: Install java
2121
uses: actions/setup-java@v5
@@ -49,7 +49,7 @@ jobs:
4949
actions: write
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v6
52+
uses: actions/checkout@v6.0.2
5353
with:
5454
# we need to fetch all existing git tags
5555
fetch-depth: 0

0 commit comments

Comments
 (0)