Skip to content

Commit 8bba66c

Browse files
Update actions/checkout from v4 to v6 (#1069)
Co-authored-by: Linda Cannon <lindalu@microsoft.com>
2 parents 7b79d4c + faf954d commit 8bba66c

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
@@ -35,3 +35,4 @@ jobs:
3535
run: |
3636
echo "Pushing changes to live branch"
3737
git push origin live
38+

0 commit comments

Comments
 (0)