We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5acb5a + 3eee61a commit bfee20bCopy full SHA for bfee20b
.github/workflows/createNewAtomicSandBoxDemo.yml
@@ -7,10 +7,10 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Setup Ruby in runner
10
- uses: actions/setup-ruby@v1
+ uses: ruby/setup-ruby@v1
11
with:
12
- ruby-version: '2.6'
13
- - uses: actions/checkout@v2
+ ruby-version: '3.1.2'
+ - uses: actions/checkout@v3
14
- run: 'echo "payload: ${{ toJson(github.event.client_payload) }}"'
15
- name: Make a new Branch
16
uses: peterjgrainger/action-create-branch@b48b0ca0e307c9b56f059b70274984ffeaa90a43
0 commit comments