Skip to content

Commit 60a1e4d

Browse files
Bump actions/checkout from 6.0.1 to 6.0.3 (#428)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...df4cb1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de3dfb6 commit 60a1e4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 10
2525

2626
steps:
27-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4
2828
with:
2929
persist-credentials: false
3030
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1
@@ -65,7 +65,7 @@ jobs:
6565
timeout-minutes: 10
6666

6767
steps:
68-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
68+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4
6969
with:
7070
persist-credentials: false
7171
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1
@@ -123,7 +123,7 @@ jobs:
123123
if: ${{ matrix.libc == 'musl' }}
124124
run: docker exec -w "${PWD}" ${{ steps.container.outputs.container_id }} apk add --no-cache build-base bash git tzdata
125125
- name: Checkout
126-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
126+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4
127127
with:
128128
persist-credentials: false
129129
- name: Update Rubygems

0 commit comments

Comments
 (0)