Skip to content

Commit

Permalink
deps: update actions/checkout action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 14, 2023
1 parent 14dcd27 commit cd69d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout - page branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: "page"
path: ${{ env.PAGE_DIR }}
Expand Down

0 comments on commit cd69d3f

Please sign in to comment.