Skip to content

Commit 70b271d

Browse files
chore(deps): update actions/checkout action to v5
1 parent 49e54f4 commit 70b271d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/createNewCodeSandBoxDemo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
ImageOS: ubuntu22
3030
- name: Checkout code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
- name: Make a new Branch for version
3333
run: |
3434
git checkout -b "version-${{ env.HEADLESS_VERSION }}"

0 commit comments

Comments
 (0)