Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit fe1096d

Browse files
chore(deps): update actions/checkout action to v4
1 parent f9183d9 commit fe1096d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

1717
steps:
1818
- name: clone
19-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
19+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2020
with:
2121
submodules: recursive
2222
fetch-depth: 0

.github/workflows/publish.yml

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

1818
steps:
1919
- name: clone
20-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
20+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2121
with:
2222
submodules: recursive
2323
fetch-depth: 0

0 commit comments

Comments
 (0)