Skip to content

Commit 7c3cfb7

Browse files
ci(action): update actions/checkout action to v4.2.2 (#111)
Co-authored-by: isn-renovate[bot] <148541886+isn-renovate[bot]@users.noreply.github.com>
1 parent 6cfa6d6 commit 7c3cfb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout project
21-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
with:
2323
persist-credentials: false
2424

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout project
27-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
27+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
with:
2929
fetch-depth: 0
3030

0 commit comments

Comments
 (0)