Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#184)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

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

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] authored Sep 25, 2023
1 parent aaeb0f2 commit f1c1de2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1.2.0
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
override: true
components: rustfmt, clippy

- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

- name: Override bin
working-directory: bin
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
launchctl unload -w ${SL}/LaunchAgents/${PL}.plist
sudo launchctl unload -w ${SL}/LaunchDaemons/${PL}.Root.plist
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

# install stable for kani, cargo-bolero and test runner
- uses: actions-rs/toolchain@v1.0.7
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

- uses: actions-rs/toolchain@v1.0.7
id: toolchain
Expand All @@ -136,9 +136,9 @@ jobs:
repo: ["aws/s2n-quic"]

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
repository: ${{ matrix.repo }}
path: "target/integration/${{ matrix.repo }}"
Expand Down

0 comments on commit f1c1de2

Please sign in to comment.