Skip to content

Commit 8c1e079

Browse files
committed
Bump GitHub checkout action
1 parent 086f3d8 commit 8c1e079

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 2
1818

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
sendmail;
110110
111111
- name: Checkout
112-
uses: actions/checkout@v5
112+
uses: actions/checkout@v6
113113
with:
114114
fetch-depth: 2
115115

@@ -141,7 +141,7 @@ jobs:
141141
name: Windows
142142
steps:
143143
- name: Checkout
144-
uses: actions/checkout@v5
144+
uses: actions/checkout@v6
145145
with:
146146
fetch-depth: 2
147147

0 commit comments

Comments
 (0)