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

Commit e416356

Browse files
chore(deps): update actions/checkout action to v4.2.0
1 parent e7c8cca commit e416356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
CC: gcc-12
1010
CXX: g++-12
1111
steps:
12-
- uses: actions/checkout@v4.1.7
12+
- uses: actions/checkout@v4.2.0
1313
- run: ${{ env.CC }} --version
1414
- uses: actions/[email protected]
1515
with:

0 commit comments

Comments
 (0)