Skip to content

Commit 4463320

Browse files
Build - Bump the all group across 1 directory with 2 updates (#4238)
1 parent f292e0d commit 4463320

6 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL

.github/workflows/containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
# Or if we are in a tagged release scenario.
4040
if: ${{ github.event.workflow_run.conclusion == 'success' }} || ${{ github.event.release.tag_name }} != ''
4141
steps:
42-
- uses: actions/checkout@v6
42+
- uses: actions/checkout@v7
4343
- name: Set up Python 3.11
4444
uses: actions/setup-python@v6
4545
with:
4646
python-version: 3.11
4747

4848
- name: Cache pip packages
49-
uses: actions/cache@v5
49+
uses: actions/cache@v6
5050
with:
5151
path: ~/.cache/pip
5252
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
- name: Set up Python
1212
uses: actions/setup-python@v6
1313
with:

.github/workflows/test-container-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
- platform: linux/arm64
4545
dockerfile: ./.github/test/Dockerfile-alpine
4646
steps:
47-
- uses: actions/checkout@v6
47+
- uses: actions/checkout@v7
4848
- name: Set up Python 3.11
4949
uses: actions/setup-python@v6
5050
with:
5151
python-version: 3.11
5252

5353
- name: Cache pip packages
54-
uses: actions/cache@v5
54+
uses: actions/cache@v6
5555
with:
5656
path: ~/.cache/pip
5757
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}

.github/workflows/test-only.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
lint-code:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
- name: Lint with Ruff
1212
run: |
1313
pip install ruff
@@ -23,7 +23,7 @@ jobs:
2323
lint-translations:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727
- name: Check .po files with msgfmt
2828
run: |
2929
sudo apt-get install -y gettext
@@ -56,7 +56,7 @@ jobs:
5656
lint-template-i18n:
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@v6
59+
- uses: actions/checkout@v7
6060
- name: Check for fragmented gettext calls in templates
6161
run: |
6262
python3 << 'PYEOF'

.github/workflows/test-stack-reusable-workflow.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
env:
2222
PYTHON_VERSION: ${{ inputs.python-version }}
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525

2626
- name: Set up Python ${{ env.PYTHON_VERSION }}
2727
uses: actions/setup-python@v6
2828
with:
2929
python-version: ${{ env.PYTHON_VERSION }}
3030

3131
- name: Cache pip packages
32-
uses: actions/cache@v5
32+
uses: actions/cache@v6
3333
with:
3434
path: ~/.cache/pip
3535
key: ${{ runner.os }}-pip-py${{ env.PYTHON_VERSION }}-${{ hashFiles('requirements.txt') }}
@@ -85,7 +85,7 @@ jobs:
8585
env:
8686
PYTHON_VERSION: ${{ inputs.python-version }}
8787
steps:
88-
- uses: actions/checkout@v6
88+
- uses: actions/checkout@v7
8989

9090
- name: Download Docker image artifact
9191
uses: actions/download-artifact@v8
@@ -109,7 +109,7 @@ jobs:
109109
env:
110110
PYTHON_VERSION: ${{ inputs.python-version }}
111111
steps:
112-
- uses: actions/checkout@v6
112+
- uses: actions/checkout@v7
113113

114114
- name: Download Docker image artifact
115115
uses: actions/download-artifact@v8
@@ -181,7 +181,7 @@ jobs:
181181
env:
182182
PYTHON_VERSION: ${{ inputs.python-version }}
183183
steps:
184-
- uses: actions/checkout@v6
184+
- uses: actions/checkout@v7
185185

186186
- name: Download Docker image artifact
187187
uses: actions/download-artifact@v8
@@ -223,7 +223,7 @@ jobs:
223223
env:
224224
PYTHON_VERSION: ${{ inputs.python-version }}
225225
steps:
226-
- uses: actions/checkout@v6
226+
- uses: actions/checkout@v7
227227

228228
- name: Download Docker image artifact
229229
uses: actions/download-artifact@v8
@@ -263,7 +263,7 @@ jobs:
263263
env:
264264
PYTHON_VERSION: ${{ inputs.python-version }}
265265
steps:
266-
- uses: actions/checkout@v6
266+
- uses: actions/checkout@v7
267267

268268
- name: Download Docker image artifact
269269
uses: actions/download-artifact@v8
@@ -299,7 +299,7 @@ jobs:
299299
env:
300300
PYTHON_VERSION: ${{ inputs.python-version }}
301301
steps:
302-
- uses: actions/checkout@v6
302+
- uses: actions/checkout@v7
303303

304304
- name: Download Docker image artifact
305305
uses: actions/download-artifact@v8
@@ -327,7 +327,7 @@ jobs:
327327
env:
328328
PYTHON_VERSION: ${{ inputs.python-version }}
329329
steps:
330-
- uses: actions/checkout@v6
330+
- uses: actions/checkout@v7
331331

332332
- name: Download Docker image artifact
333333
uses: actions/download-artifact@v8
@@ -497,7 +497,7 @@ jobs:
497497
env:
498498
PYTHON_VERSION: ${{ inputs.python-version }}
499499
steps:
500-
- uses: actions/checkout@v6
500+
- uses: actions/checkout@v7
501501

502502
- name: Download Docker image artifact
503503
uses: actions/download-artifact@v8
@@ -537,7 +537,7 @@ jobs:
537537
env:
538538
PYTHON_VERSION: ${{ inputs.python-version }}
539539
steps:
540-
- uses: actions/checkout@v6
540+
- uses: actions/checkout@v7
541541

542542
- name: Download Docker image artifact
543543
uses: actions/download-artifact@v8
@@ -567,7 +567,7 @@ jobs:
567567
env:
568568
PYTHON_VERSION: ${{ inputs.python-version }}
569569
steps:
570-
- uses: actions/checkout@v6
570+
- uses: actions/checkout@v7
571571

572572
- name: Download Docker image artifact
573573
uses: actions/download-artifact@v8
@@ -595,7 +595,7 @@ jobs:
595595
env:
596596
PYTHON_VERSION: ${{ inputs.python-version }}
597597
steps:
598-
- uses: actions/checkout@v6
598+
- uses: actions/checkout@v7
599599

600600
- name: Download Docker image artifact
601601
uses: actions/download-artifact@v8
@@ -640,7 +640,7 @@ jobs:
640640
env:
641641
PYTHON_VERSION: ${{ inputs.python-version }}
642642
steps:
643-
- uses: actions/checkout@v6
643+
- uses: actions/checkout@v7
644644

645645
- name: Download Docker image artifact
646646
uses: actions/download-artifact@v8
@@ -694,7 +694,7 @@ jobs:
694694
env:
695695
PYTHON_VERSION: ${{ inputs.python-version }}
696696
steps:
697-
- uses: actions/checkout@v6
697+
- uses: actions/checkout@v7
698698
with:
699699
fetch-depth: 0 # Fetch all history and tags for upgrade testing
700700

0 commit comments

Comments
 (0)