Skip to content

Commit

Permalink
Merge pull request #52 from asaaki/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
asaaki authored Oct 1, 2024
2 parents b9da0bb + 3a6c6a7 commit 2731413
Show file tree
Hide file tree
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
Expand Up @@ -13,7 +13,7 @@ jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: Swatinem/[email protected]
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo audit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
rust: [stable]

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

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

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
- uses: actions/checkout@v4.2.0
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: patch
Expand Down

0 comments on commit 2731413

Please sign in to comment.