Skip to content

Commit 5bb5a11

Browse files
Bump actions/checkout action to v4.1.2
1 parent 070de07 commit 5bb5a11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
container: dockfool/cake-docker:latest
2525
steps:
2626
- name: Checkout source
27-
uses: actions/checkout@v4.1.1
27+
uses: actions/checkout@v4.1.2
2828
with:
2929
fetch-depth: 0
3030
filter: tree:0
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Checkout source
64-
uses: actions/checkout@v4.1.1
64+
uses: actions/checkout@v4.1.2
6565
with:
6666
fetch-depth: 0
6767
filter: tree:0
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: macos-latest
105105
steps:
106106
- name: Checkout source
107-
uses: actions/checkout@v4.1.1
107+
uses: actions/checkout@v4.1.2
108108
with:
109109
fetch-depth: 0
110110
filter: tree:0
@@ -147,7 +147,7 @@ jobs:
147147
runs-on: windows-latest
148148
steps:
149149
- name: Checkout source
150-
uses: actions/checkout@v4.1.1
150+
uses: actions/checkout@v4.1.2
151151
with:
152152
fetch-depth: 0
153153
filter: tree:0

0 commit comments

Comments
 (0)