Skip to content

Commit bfee20b

Browse files
Merge pull request #11 from coveo/srosenberg-coveo-patch-1
Update createNewAtomicSandBoxDemo.yml
2 parents c5acb5a + 3eee61a commit bfee20b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/createNewAtomicSandBoxDemo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ 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'
13-
- uses: actions/checkout@v2
12+
ruby-version: '3.1.2'
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)