Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.7 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.7...v4.2.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>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent 0a5a38c commit e2decd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: ⚙️ Install Rust
uses: actions-rs/toolchain@v1.0.7
with:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: ⚙️ Install Rust
uses: actions-rs/toolchain@v1.0.7
with:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: ⚙️ Install Rust
uses: actions-rs/toolchain@v1.0.7
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Init check
uses: LouisBrunner/checks-action@v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
remote: ${{ steps.env.outputs.remote }}
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: ⚙️ Setup environment
id: env
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: ⬇️ Force fetch of repo to get the absolute latest version
run: |
Expand Down

0 comments on commit e2decd2

Please sign in to comment.