Skip to content

Commit d9334a6

Browse files
Bump actions/checkout from 6 to 6.0.2 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 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@v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d20fe4d commit d9334a6

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout source code
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v6.0.2
4949
with:
5050
fetch-depth: 10
5151
persist-credentials: false
@@ -73,7 +73,7 @@ jobs:
7373
CFLAGS: -funsigned-char
7474
steps:
7575
- name: Checkout source code
76-
uses: actions/checkout@v6
76+
uses: actions/checkout@v6.0.2
7777
with:
7878
fetch-depth: 0 # needed for :commit: docs role
7979
persist-credentials: false
@@ -145,7 +145,7 @@ jobs:
145145
KITTY_BUNDLE: 1
146146
steps:
147147
- name: Checkout source code
148-
uses: actions/checkout@v6
148+
uses: actions/checkout@v6.0.2
149149
with:
150150
fetch-depth: 10
151151
persist-credentials: false
@@ -166,7 +166,7 @@ jobs:
166166
runs-on: macos-latest
167167
steps:
168168
- name: Checkout source code
169-
uses: actions/checkout@v6
169+
uses: actions/checkout@v6.0.2
170170
with:
171171
fetch-depth: 0 # needed for :commit: docs role
172172
persist-credentials: false
@@ -204,7 +204,7 @@ jobs:
204204
runs-on: ubuntu-latest
205205
steps:
206206
- name: Checkout source code
207-
uses: actions/checkout@v6
207+
uses: actions/checkout@v6.0.2
208208
with:
209209
fetch-depth: 10
210210
persist-credentials: false

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040

4141
- name: Checkout repository
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v6.0.2
4343
with:
4444
# We must fetch at least the immediate parents so that if this is
4545
# a pull request then we can checkout the head.

.github/workflows/depscan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
KITTY_BUNDLE: 1
2323
steps:
2424
- name: Checkout source code
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v6.0.2
2626
with:
2727
fetch-depth: 10
2828
persist-credentials: false
2929

3030
- name: Checkout bypy
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v6.0.2
3232
with:
3333
fetch-depth: 1
3434
persist-credentials: false

0 commit comments

Comments
 (0)