File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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') }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments