Skip to content

Commit 2facc7c

Browse files
chore(deps): update all non-major github action dependencies
1 parent deb1f41 commit 2facc7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/smoke_test_production.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
repository: cds-snc/notification-api
3232

3333
- name: Set up Python
34-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
34+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
3535
with:
36-
python-version: "3.12"
36+
python-version: "3.13"
3737

3838
- name: Upgrade pip
3939
run: python -m pip install --upgrade pip
4040

4141
- name: Get packages from cache
42-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
42+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4343
with:
4444
path: ~/.local
4545
key: poetry-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }}

.github/workflows/smoke_test_staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
2828
with:
29-
python-version: "3.12"
29+
python-version: "3.13"
3030

3131
- name: Upgrade pip
3232
run: python -m pip install --upgrade pip

0 commit comments

Comments
 (0)