Skip to content

Commit

Permalink
Build(deps): Bump actions/checkout from 4.1.2 to 4.1.4 (#62)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9bb5618...0ad4b8f)

---
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 May 1, 2024
1 parent 5e96cfa commit 1700fca
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@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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@9bb56186c3b09b4f86b1c65136769dd318469633
# - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
# with:
# persist-credentials: false
# ### Install the deps
Expand All @@ -208,7 +208,7 @@ jobs:
- ubuntu-latest
steps:
### Check out the repo:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
persist-credentials: false
### Install NodeJS
Expand Down

0 comments on commit 1700fca

Please sign in to comment.