From b5d3fea4dc5efba3cd851c82d814acca7d521137 Mon Sep 17 00:00:00 2001 From: Lorna Mitchell Date: Tue, 19 Mar 2024 11:00:32 +0000 Subject: [PATCH] Update actions used in respec workflow --- .github/workflows/respec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/respec.yaml b/.github/workflows/respec.yaml index ceb0a45658..93749656a0 100644 --- a/.github/workflows/respec.yaml +++ b/.github/workflows/respec.yaml @@ -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 @@ -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 @@ -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