Skip to content

Commit 45aefdf

Browse files
committed
Update GitHub checkout action to v5
1 parent 4a0f724 commit 45aefdf

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@v4
15+
uses: actions/checkout@v5
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
@@ -110,7 +110,7 @@ jobs:
110110
sendmail;
111111
112112
- name: Checkout
113-
uses: actions/checkout@v4
113+
uses: actions/checkout@v5
114114
with:
115115
fetch-depth: 2
116116

@@ -142,7 +142,7 @@ jobs:
142142
name: Windows
143143
steps:
144144
- name: Checkout
145-
uses: actions/checkout@v4
145+
uses: actions/checkout@v5
146146
with:
147147
fetch-depth: 2
148148

0 commit comments

Comments
 (0)