Skip to content

Commit

Permalink
deps: update actions/checkout action to v4 (keptn#2502)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 15, 2023
1 parent d093860 commit 6445bb4
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 6445bb4

Please sign in to comment.