Skip to content

Commit 5c2c224

Browse files
chore(deps): update actions/checkout action to v5
1 parent ef279e5 commit 5c2c224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/createNewAtomicSandBoxDemo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ruby-version: '3.1.2'
1818
env:
1919
ImageOS: ubuntu22
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- run: 'echo "payload: ${{ toJson(github.event.client_payload) }}"'
2222

2323
- name: Pull latest changes

0 commit comments

Comments
 (0)