Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.2 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.2...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 0a79c30 commit 769047d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brew_bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.7

- name: Install Rust
uses: actions-rs/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
target: ${{ matrix.target }}

- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.7

- name: Restore cache
uses: Swatinem/[email protected]
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
override: true

- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.7

- name: Restore cache
uses: Swatinem/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
target: ${{ matrix.target }}

- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.7

- name: Restore cache
uses: Swatinem/[email protected]
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
override: true

- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.7

- name: Restore cache
uses: Swatinem/[email protected]
Expand Down

0 comments on commit 769047d

Please sign in to comment.