Skip to content

Commit b9dd5c2

Browse files
Bump actions/checkout in /.github/workflows in the gha-patches group
Bumps the gha-patches group in /.github/workflows with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-patches ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1ee888 commit b9dd5c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- macos-15-intel
2020
- macos-latest
2121
steps:
22-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
with:
2424
persist-credentials: false
2525
- uses: ./.github/bottleneck-action
@@ -50,7 +50,7 @@ jobs:
5050
architecture: arm64
5151
python-version: "3.14t"
5252
steps:
53-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
53+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454
with:
5555
persist-credentials: false
5656
- uses: ./.github/bottleneck-action
@@ -69,7 +69,7 @@ jobs:
6969
- "3.14"
7070
- "3.14t"
7171
steps:
72-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
72+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7373
with:
7474
persist-credentials: false
7575
- uses: ./.github/bottleneck-action
@@ -102,7 +102,7 @@ jobs:
102102
- ubuntu-latest
103103
- ubuntu-24.04-arm
104104
steps:
105-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
105+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
106106
with:
107107
fetch-depth: 0
108108
persist-credentials: false
@@ -125,7 +125,7 @@ jobs:
125125
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
126126
runs-on: ubuntu-latest
127127
steps:
128-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
128+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
129129
with:
130130
fetch-depth: 0
131131
persist-credentials: false

0 commit comments

Comments
 (0)