Skip to content

Commit 5435c95

Browse files
Update actions/checkout action to v4.3.0 (#270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6e7e57 commit 5435c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out repository
21-
uses: actions/checkout@v4.2.2
21+
uses: actions/checkout@v4.3.0
2222
- name: Setup Node
2323
uses: actions/setup-node@v4.4.0
2424
with:

0 commit comments

Comments
 (0)