Skip to content

Commit 114cd86

Browse files
authored
Merge pull request #337 from learningequality/dependabot/github_actions/github-6a98abd9ac
Bump actions/checkout from 6.0.2 to 6.0.3 in the github group
2 parents 638435f + 5bbe80e commit 114cd86

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v6.0.2
29+
- uses: actions/checkout@v6.0.3
3030
with:
3131
fetch-depth: 0
3232
- name: Install system dependencies

.github/workflows/check_migrations_sqlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v6.0.2
29+
- uses: actions/checkout@v6.0.3
3030
with:
3131
fetch-depth: 0
3232
- name: Install uv
@@ -59,7 +59,7 @@ jobs:
5959
echo "Acquire::Check-Valid-Until \"false\";" > /etc/apt/apt.conf.d/99archive
6060
apt-get -y -qq update
6161
apt-get install -y build-essential tcl git-lfs
62-
- uses: actions/checkout@v6.0.2
62+
- uses: actions/checkout@v6.0.3
6363
with:
6464
lfs: true
6565
fetch-depth: 0

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v6.0.2
35+
- uses: actions/checkout@v6.0.3
3636
- uses: astral-sh/setup-uv@v8.2.0
3737
with:
3838
enable-cache: true

.github/workflows/python-publish.yml

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

.github/workflows/tox.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v6.0.2
29+
- uses: actions/checkout@v6.0.3
3030
with:
3131
fetch-depth: 0
3232
- name: Install uv
@@ -53,7 +53,7 @@ jobs:
5353
matrix:
5454
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
5555
steps:
56-
- uses: actions/checkout@v6.0.2
56+
- uses: actions/checkout@v6.0.3
5757
- name: Download wheel artifact
5858
uses: actions/download-artifact@v8.0.1
5959
with:
@@ -82,7 +82,7 @@ jobs:
8282
container:
8383
image: python:${{ matrix.python-version }}-buster
8484
steps:
85-
- uses: actions/checkout@v6.0.2
85+
- uses: actions/checkout@v6.0.3
8686
- name: Download wheel artifact
8787
uses: actions/download-artifact@v8.0.1
8888
with:
@@ -119,7 +119,7 @@ jobs:
119119
matrix:
120120
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
121121
steps:
122-
- uses: actions/checkout@v6.0.2
122+
- uses: actions/checkout@v6.0.3
123123
- name: Download wheel artifact
124124
uses: actions/download-artifact@v8.0.1
125125
with:
@@ -153,7 +153,7 @@ jobs:
153153
container:
154154
image: python:${{ matrix.python-version }}-buster
155155
steps:
156-
- uses: actions/checkout@v6.0.2
156+
- uses: actions/checkout@v6.0.3
157157
- name: Download wheel artifact
158158
uses: actions/download-artifact@v8.0.1
159159
with:
@@ -207,7 +207,7 @@ jobs:
207207
# Maps tcp port 5432 on service container to the host
208208
- 5432:5432
209209
steps:
210-
- uses: actions/checkout@v6.0.2
210+
- uses: actions/checkout@v6.0.3
211211
- name: Download wheel artifact
212212
uses: actions/download-artifact@v8.0.1
213213
with:
@@ -234,7 +234,7 @@ jobs:
234234
matrix:
235235
python-version: [3.8]
236236
steps:
237-
- uses: actions/checkout@v6.0.2
237+
- uses: actions/checkout@v6.0.3
238238
- name: Download wheel artifact
239239
uses: actions/download-artifact@v8.0.1
240240
with:

0 commit comments

Comments
 (0)