Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#484)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@eef6144...11bd719)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2024
1 parent e4a503d commit 2bc200d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
hashes: ${{ steps.hash.outputs.hashes }}
steps:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: check cargo cache
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
id: rust-cache
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
needs: build
steps:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: 0
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
url: https://crates.io/crates/rustracer
steps:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: check cache
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
id: cache
Expand All @@ -141,7 +141,7 @@ jobs:
- cratesio
steps:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: check cache
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
id: cache
Expand All @@ -167,7 +167,7 @@ jobs:
contents: write
steps:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: 0
- name: get tag
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
rust: ${{ steps.filter.outputs.rust }}
steps:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
id: filter
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
contents: read
steps:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: check cache
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
id: cache
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
contents: read
steps:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: setup python
run: |
set -x
Expand All @@ -118,7 +118,7 @@ jobs:
contents: read
steps:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: shellcheck bash
run: |
shopt -s globstar
Expand All @@ -134,7 +134,7 @@ jobs:
coverage: ${{ steps.coverage.outputs.coverage }}
steps:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: check cache
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
id: cache
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
contents: write
steps:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: check cache
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
id: cache
Expand Down

0 comments on commit 2bc200d

Please sign in to comment.