Skip to content

Commit af05bd6

Browse files
bump checkout action
1 parent 65f211c commit af05bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vinca/generate_gha.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def build_unix_pipeline(
274274
"steps": [
275275
{
276276
"name": "Checkout code",
277-
"uses": "actions/checkout@v4",
277+
"uses": "actions/checkout@v6",
278278
},
279279
{
280280
"name": f"Build {' '.join([pkg for pkg in batch])}",

0 commit comments

Comments
 (0)