Skip to content

Commit

Permalink
Build(deps): Bump actions/checkout from 4.2.1 to 4.2.2
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 1da6847 commit 12a76d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- ubuntu-latest
steps:
### Check out the repo:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
### Cleanall:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
fail-fast: false
steps:
### Check out the repo:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
### Cleanall:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- macos-13 # Intel
- macos-14 # Apple Silicon
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: '[before] Print some output for debugging purposes'
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
# fail-fast: false
# steps:
# ### Check out the repo:
# - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
# with:
# persist-credentials: false
# ### Install the deps
Expand All @@ -208,7 +208,7 @@ jobs:
- ubuntu-latest
steps:
### Check out the repo:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
### Cleanall:
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
fail-fast: false
steps:
### Check out the repo:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
### Install NodeJS
Expand Down

0 comments on commit 12a76d8

Please sign in to comment.