udpated versions

This commit is contained in:
Hugo Bernier 2023-08-05 17:53:39 -04:00 committed by GitHub
parent b9c621e495
commit dc23c56e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -17,17 +17,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main
path: main
- name: Checkout gh-pages branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: gh-pages
path: gh-pages
- name: Checkout Docs branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: Docs
path: Docs
@ -51,7 +51,7 @@ jobs:
source: "./Docs/docs/samples.json"
target: "./gh-pages/samples.json"
- name: Commit samples.json to gh-pages
uses: EndBug/add-and-commit@v6
uses: EndBug/add-and-commit@v9
with:
cwd: ./gh-pages
branch: gh-pages
@ -59,7 +59,7 @@ jobs:
push: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Commit samples.json to Docs
uses: EndBug/add-and-commit@v6
uses: EndBug/add-and-commit@v9
with:
cwd: ./Docs
branch: Docs