Skip to content

Commit

Permalink
Build(deps): Bump actions/checkout from 4.1.7 to 4.2.1 (#94)
Browse files Browse the repository at this point in the history
* Build(deps): Bump actions/checkout from 4.1.7 to 4.2.1

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@692973e...eef6144)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Add comments with the version number tags

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
dependabot[bot] and DilumAluthge authored Oct 9, 2024
1 parent e23fdc3 commit 4b73a5a
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@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@692973e3d937129bcbf40652eb9f2f61becf3332
# - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
# with:
# persist-credentials: false
# ### Install the deps
Expand All @@ -208,7 +208,7 @@ jobs:
- ubuntu-latest
steps:
### Check out the repo:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
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@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with:
persist-credentials: false
### Install NodeJS
Expand Down

0 comments on commit 4b73a5a

Please # to comment.