Skip to content

Commit aaf4405

Browse files
Update createNewAtomicSandBoxDemo.yml
1 parent c5acb5a commit aaf4405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/createNewAtomicSandBoxDemo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Setup Ruby in runner
10-
uses: actions/setup-ruby@v1
10+
uses: ruby/setup-ruby@v1
1111
with:
12-
ruby-version: '2.6'
12+
ruby-version: '3.1.2'
1313
- uses: actions/checkout@v2
1414
- run: 'echo "payload: ${{ toJson(github.event.client_payload) }}"'
1515
- name: Make a new Branch

0 commit comments

Comments
 (0)