Skip to content

Commit a2f2db1

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#116)
1 parent 79a062d commit a2f2db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: [11, 17, 21]
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
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@v5
52+
uses: actions/checkout@v6
5353
with:
5454
# we need to fetch all existing git tags
5555
fetch-depth: 0

0 commit comments

Comments
 (0)