Skip to content

Commit

Permalink
Merge pull request #3671 from lornajane/update-respec-workflow
Browse files Browse the repository at this point in the history
Update actions used in respec workflow
  • Loading branch information
handrews authored Mar 21, 2024
2 parents 8b03f26 + b5d3fea commit 34c0acd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/respec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2 # checkout main branch
- uses: actions/checkout@v4 # checkout main branch
with:
fetch-depth: 0

Expand All @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: npm ci

- uses: actions/checkout@v2 # checkout gh-pages branch
- uses: actions/checkout@v4 # checkout gh-pages branch
with:
ref: gh-pages
path: deploy
Expand All @@ -41,7 +41,7 @@ jobs:
run: scripts/md2html/build.sh

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: update-respec-version
Expand Down

0 comments on commit 34c0acd

Please sign in to comment.