File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
3232 git status
3333 git add index.html
3434 git commit -m "updated version"
35- git push
35+ git push
You can’t perform that action at this time.
0 commit comments