File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
lint :
46
46
runs-on : ubuntu-24.04
47
47
steps :
48
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
48
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
49
49
- name : ruff format
50
50
uses : chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1
51
51
with :
72
72
ports :
73
73
- 27017:27017
74
74
steps :
75
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
75
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
76
76
- name : " Set up environment"
77
77
uses : packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
78
78
with :
89
89
runs-on : ubuntu-24.04
90
90
needs : [lint]
91
91
steps :
92
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
92
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
93
93
- name : " Set up environment"
94
94
uses : packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
95
95
with :
@@ -122,12 +122,12 @@ jobs:
122
122
if : ${{ fromJSON(needs.check_version.outputs.should_publish) }}
123
123
124
124
steps :
125
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
125
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
126
126
# bits borrowed from packetcoders/action-setup-cache-python-poetry, in order
127
127
# to reuse the poetry cache without actually restoring the venv
128
128
- name : Set up python ${{ inputs.python-version }}
129
129
id : setup-python
130
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
130
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
131
131
with :
132
132
python-version : ${{ inputs.python-version }}
133
133
- name : Load cached Poetry Binary
You can’t perform that action at this time.
0 commit comments