Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#80)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 3ba9056 commit 6ba8586
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_shared-docs-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
fi
- name: Checkout BASE
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.base.sha }}
path: ${{ steps.vars.outputs.checkout-path }}
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
artifact-upload: 'false'

- name: Checkout HEAD
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# It would be better to use
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_shared-docs-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
fi
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ steps.vars.outputs.checkout-path }}
ref: ${{ inputs.build-ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-wiki-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- if: fromJSON(env.SHOULD_RUN)
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout wiki
if: fromJSON(env.SHOULD_RUN)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}.wiki
path: ${{ env.WIKI }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-action-build-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Simple 1 invoke - no copy, no artifact
id: simple1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-action-build-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 6ba8586

Please sign in to comment.