Skip to content

Commit d51f293

Browse files
build(deps): Bump actions/checkout from 4.2.2 to 5.0.0 (#1007)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22143c0 commit d51f293

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/zxc-build-library.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
egress-policy: audit
5555

5656
- name: Checkout Code
57-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5858

5959
- name: Run Clang-Format
6060
uses: jidicula/clang-format-action@4726374d1aa3c6aecf132e5197e498979588ebc8 # v4.15.0
@@ -122,7 +122,7 @@ jobs:
122122
echo "exec=${CG_EXEC}" >> "${GITHUB_OUTPUT}"
123123
124124
- name: Checkout Code
125-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
125+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
126126
with:
127127
submodules: true
128128

@@ -219,7 +219,7 @@ jobs:
219219
egress-policy: audit
220220

221221
- name: Checkout Code
222-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
222+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
223223
with:
224224
fetch-depth: 0
225225

@@ -280,7 +280,7 @@ jobs:
280280
egress-policy: audit
281281

282282
- name: Checkout Code
283-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
283+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
284284
with:
285285
fetch-depth: 0
286286

0 commit comments

Comments
 (0)