Skip to content

Commit a692ee0

Browse files
chore(deps): update actions/checkout action to v4.1.3
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.1 | v4.1.3 |
1 parent 0344bba commit a692ee0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
TAG: windows-${{ matrix.os }}
3434

3535
steps:
36-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
3737

3838
- name: Init
3939
run: ./bin/init.sh
@@ -85,7 +85,7 @@ jobs:
8585
TAG: linux-amd64
8686

8787
steps:
88-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
88+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
8989

9090
- name: Init
9191
run: ./bin/init.sh
@@ -122,7 +122,7 @@ jobs:
122122
timeout-minutes: 30
123123

124124
steps:
125-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
125+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
126126

127127
- name: docker-config
128128
uses: containerbase/internal-tools@633b9fc56b62495a3010c5bbb397d2f54f197c15 # v3.0.76
@@ -164,7 +164,7 @@ jobs:
164164
contents: write
165165

166166
steps:
167-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
167+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
168168

169169
- name: Init
170170
run: ./bin/init.sh

0 commit comments

Comments
 (0)