File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
77
docker compose -f docker-compose.yml up -d
78
78
- run : docker ps
79
79
- name : Set up Python '${{ matrix.python-version }}'
80
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
80
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
81
81
with :
82
82
python-version : ' ${{ matrix.python-version }}'
83
83
- name : Install Tox
@@ -117,7 +117,7 @@ jobs:
117
117
steps :
118
118
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
119
119
- name : Set up Python
120
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
120
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
121
121
with :
122
122
python-version : 3.x
123
123
- name : Install dependencies
Original file line number Diff line number Diff line change 27
27
id-token : write
28
28
29
29
steps :
30
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
30
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
31
31
with :
32
32
name : Packages
33
33
path : dist
You can’t perform that action at this time.
0 commit comments