Skip to content

Commit b5d3fea

Browse files
committed
Update actions used in respec workflow
1 parent 1e8b678 commit b5d3fea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/respec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v2 # checkout main branch
24+
- uses: actions/checkout@v4 # checkout main branch
2525
with:
2626
fetch-depth: 0
2727

@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: npm ci
3434

35-
- uses: actions/checkout@v2 # checkout gh-pages branch
35+
- uses: actions/checkout@v4 # checkout gh-pages branch
3636
with:
3737
ref: gh-pages
3838
path: deploy
@@ -41,7 +41,7 @@ jobs:
4141
run: scripts/md2html/build.sh
4242

4343
- name: Create Pull Request
44-
uses: peter-evans/create-pull-request@v5
44+
uses: peter-evans/create-pull-request@v6
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747
branch: update-respec-version

0 commit comments

Comments
 (0)