File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ jobs:
70
70
71
71
steps :
72
72
- name : " Checkout the repo"
73
- uses : " actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 " # v4.2.0
73
+ uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 " # v4.2.2
74
74
75
75
- name : " Setup Python"
76
76
id : " setup-python"
77
- uses : " actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 " # v5.2 .0
77
+ uses : " actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b " # v5.3 .0
78
78
with :
79
79
python-version : " ${{
80
80
matrix.interpreter == 'PyPy'
88
88
89
89
- name : " Restore cache"
90
90
id : " restore-cache"
91
- uses : " actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 " # v4.0 .2
91
+ uses : " actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a " # v4.1 .2
92
92
with :
93
93
# The cache key includes the following to ensure it busts correctly:
94
94
#
@@ -128,11 +128,11 @@ jobs:
128
128
129
129
steps :
130
130
- name : " Checkout the repo"
131
- uses : " actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 " # v4.2.0
131
+ uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 " # v4.2.2
132
132
133
133
- name : " Setup Python"
134
134
id : " setup-python"
135
- uses : " actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 " # v5.2 .0
135
+ uses : " actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b " # v5.3 .0
136
136
with :
137
137
python-version : " 3.12"
138
138
@@ -141,7 +141,7 @@ jobs:
141
141
142
142
- name : " Restore cache"
143
143
id : " restore-cache"
144
- uses : " actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 " # v4.0 .2
144
+ uses : " actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a " # v4.1 .2
145
145
with :
146
146
# The cache key includes the following to ensure it busts correctly:
147
147
#
You can’t perform that action at this time.
0 commit comments