Skip to content

Commit 64a68cb

Browse files
Bump actions/checkout action to v6
1 parent 9f78825 commit 64a68cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
with:
5353
fetch-depth: 0
5454

@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-24.04
108108
steps:
109109
- name: Checkout
110-
uses: actions/checkout@v5
110+
uses: actions/checkout@v6
111111
- name: Download artifacts
112112
uses: actions/download-artifact@v6
113113
with:

0 commit comments

Comments
 (0)