Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#32)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 4, 2023
1 parent 3be836d commit 968b58b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/minimal-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
working-directory: ${{ inputs.working-directory }}
shell: bash
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: RustCrypto/actions/cargo-cache@master
- name: Install zlint
if: inputs.install-zlint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/set-msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
outputs:
msrv: ${{ steps.msrv.outputs.msrv }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: msrv
run: echo "msrv=$(echo ${{ inputs.msrv }})" >> $GITHUB_OUTPUT
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: yamllint --no-warnings .

0 comments on commit 968b58b

Please sign in to comment.