Skip to content

Commit 3eee61a

Browse files
Updated checkout action
1 parent aaf4405 commit 3eee61a

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
@@ -10,7 +10,7 @@ jobs:
1010
uses: ruby/setup-ruby@v1
1111
with:
1212
ruby-version: '3.1.2'
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- run: 'echo "payload: ${{ toJson(github.event.client_payload) }}"'
1515
- name: Make a new Branch
1616
uses: peterjgrainger/action-create-branch@b48b0ca0e307c9b56f059b70274984ffeaa90a43

0 commit comments

Comments
 (0)