Skip to content

Commit b46579a

Browse files
Update actions/checkout from v4 to v6 (#350)
1 parent bea52d5 commit b46579a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
working-directory: ./
1515
steps:
1616
- name: Check out repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
- name: Check out main
@@ -36,3 +36,4 @@ jobs:
3636
echo "Pushing changes to live branch"
3737
git push origin live
3838
39+

0 commit comments

Comments
 (0)