Skip to content

Commit c5bc102

Browse files
Bump actions/checkout action to v4.1.5
1 parent 2541a54 commit c5bc102

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
container: dockfool/cake-docker:latest
2727
steps:
2828
- name: Checkout source
29-
uses: actions/checkout@v4.1.4
29+
uses: actions/checkout@v4.1.5
3030
with:
3131
fetch-depth: 0
3232
filter: tree:0
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout source
49-
uses: actions/checkout@v4.1.4
49+
uses: actions/checkout@v4.1.5
5050
with:
5151
fetch-depth: 0
5252
filter: tree:0
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: macos-latest
7373
steps:
7474
- name: Checkout source
75-
uses: actions/checkout@v4.1.4
75+
uses: actions/checkout@v4.1.5
7676
with:
7777
fetch-depth: 0
7878
filter: tree:0
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: windows-latest
9999
steps:
100100
- name: Checkout source
101-
uses: actions/checkout@v4.1.4
101+
uses: actions/checkout@v4.1.5
102102
with:
103103
fetch-depth: 0
104104
filter: tree:0

0 commit comments

Comments
 (0)