Skip to content

Commit eb7c57f

Browse files
authored
Update createNewAtomicSandBoxDemo.yml
1 parent 0d2d50d commit eb7c57f

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
@@ -10,15 +10,15 @@ jobs:
1010
uses: ruby/setup-ruby@ee26e27437bde475b19a6bf8cb73c9fa658876a2
1111
with:
1212
ruby-version: '3.1.2'
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- run: 'echo "payload: ${{ toJson(github.event.client_payload) }}"'
1515
- name: Make a new Branch
1616
run: |
1717
git checkout -b "${{ github.event.client_payload.atomic_version }}"
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
- name: Checkout new branch
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
with:
2323
ref: ${{ github.event.client_payload.atomic_version }}
2424
- name: Run script to update package.json and CDN in index.html on new branch
@@ -32,4 +32,4 @@ jobs:
3232
git status
3333
git add index.html
3434
git commit -m "updated version"
35-
git push
35+
git push

0 commit comments

Comments
 (0)