Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.2
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.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Mar 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 47d8c6f commit f7dba93
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: Swatinem/rust-cache@v2.7.3
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo audit
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
rust: [stable, beta, nightly]

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- uses: dtolnay/rust-toolchain@stable
with:
@@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- uses: dtolnay/rust-toolchain@stable
with:
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
# allows to re-run just by relabeling the issue
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: patch

0 comments on commit f7dba93

Please sign in to comment.