Skip to content

Commit

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

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

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 Jun 1, 2024
1 parent fd63ff4 commit 830506c
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.1.1
uses: actions/checkout@v4.1.6

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2.0.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.1.1
- uses: actions/checkout@v4.1.6

- 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.1.1
- uses: actions/checkout@v4.1.6

# 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.1.1
- uses: actions/checkout@v4.1.6

- 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.1.1
- uses: actions/checkout@v4.1.6

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

0 comments on commit 830506c

Please sign in to comment.