Skip to content

Commit e122114

Browse files
authored
Bump checkout action version (#47)
1 parent ed8f477 commit e122114

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-all-and-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v6
6060
with:
6161
submodules: true
6262
fetch-depth: 0
@@ -114,7 +114,7 @@ jobs:
114114

115115
steps:
116116
- name: Checkout
117-
uses: actions/checkout@v4
117+
uses: actions/checkout@v6
118118
with:
119119
submodules: true
120120
fetch-depth: 0
@@ -160,7 +160,7 @@ jobs:
160160
runs-on: windows-latest
161161
steps:
162162
- name: Checkout
163-
uses: actions/checkout@v4
163+
uses: actions/checkout@v6
164164
with:
165165
submodules: true
166166
fetch-depth: 0
@@ -212,7 +212,7 @@ jobs:
212212
needs: [ linux, macos, windows ]
213213
steps:
214214
- name: Checkout
215-
uses: actions/checkout@v4
215+
uses: actions/checkout@v6
216216
with:
217217
submodules: true
218218
fetch-depth: 0

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222
- name: Setup Temurin JDK 21

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
with:
1515
submodules: true
1616
fetch-depth: 0

0 commit comments

Comments
 (0)