Skip to content

Commit 8d5660f

Browse files
Bump actions/checkout from 6 to 6.0.2 in the github group
Bumps the github 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: github ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3d3a28 commit 8d5660f

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v6.0.2
2323
with:
2424
fetch-depth: 0
2525
- name: Install system dependencies

.github/workflows/check_migrations_sqlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
needs: pre_job
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v6.0.2
2222
with:
2323
fetch-depth: 0
2424
- name: Install uv
@@ -52,7 +52,7 @@ jobs:
5252
echo "Acquire::Check-Valid-Until \"false\";" > /etc/apt/apt.conf.d/99archive
5353
apt-get -y -qq update
5454
apt-get install -y build-essential tcl git-lfs
55-
- uses: actions/checkout@v6
55+
- uses: actions/checkout@v6.0.2
5656
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
5757
with:
5858
lfs: true

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v6.0.2
1313
with:
1414
fetch-depth: 0
1515
- name: Install uv

.github/workflows/tox.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
needs: pre_job
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v6.0.2
2222
with:
2323
fetch-depth: 0
2424
- name: Install uv
@@ -46,7 +46,7 @@ jobs:
4646
matrix:
4747
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
4848
steps:
49-
- uses: actions/checkout@v6
49+
- uses: actions/checkout@v6.0.2
5050
- name: Download wheel artifact
5151
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
5252
uses: actions/download-artifact@v8
@@ -77,7 +77,7 @@ jobs:
7777
container:
7878
image: python:${{ matrix.python-version }}-buster
7979
steps:
80-
- uses: actions/checkout@v6
80+
- uses: actions/checkout@v6.0.2
8181
- name: Download wheel artifact
8282
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
8383
uses: actions/download-artifact@v8
@@ -109,7 +109,7 @@ jobs:
109109
matrix:
110110
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
111111
steps:
112-
- uses: actions/checkout@v6
112+
- uses: actions/checkout@v6.0.2
113113
- name: Download wheel artifact
114114
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
115115
uses: actions/download-artifact@v8
@@ -146,7 +146,7 @@ jobs:
146146
container:
147147
image: python:${{ matrix.python-version }}-buster
148148
steps:
149-
- uses: actions/checkout@v6
149+
- uses: actions/checkout@v6.0.2
150150
- name: Download wheel artifact
151151
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
152152
uses: actions/download-artifact@v8
@@ -196,7 +196,7 @@ jobs:
196196
# Maps tcp port 5432 on service container to the host
197197
- 5432:5432
198198
steps:
199-
- uses: actions/checkout@v6
199+
- uses: actions/checkout@v6.0.2
200200
- name: Download wheel artifact
201201
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
202202
uses: actions/download-artifact@v8
@@ -225,7 +225,7 @@ jobs:
225225
matrix:
226226
python-version: [3.8]
227227
steps:
228-
- uses: actions/checkout@v6
228+
- uses: actions/checkout@v6.0.2
229229
- name: Download wheel artifact
230230
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
231231
uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)