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 43
43
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44
44
45
45
- name : Set up Python ${{ inputs.python-version }}
46
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
46
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
47
47
with :
48
48
python-version : ${{ inputs.python-version }}
49
49
cache : ${{ inputs.cache }}
Original file line number Diff line number Diff line change 81
81
run : sudo snap install --edge --classic just
82
82
83
83
- name : Install python
84
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
84
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
85
85
with :
86
86
python-version : ${{ matrix.python-version }}
87
87
@@ -114,7 +114,7 @@ jobs:
114
114
run : sudo snap install --edge --classic just
115
115
116
116
- name : Install python
117
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
117
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
118
118
with :
119
119
python-version : ${{ matrix.python-version }}
120
120
You can’t perform that action at this time.
0 commit comments