Skip to content

Commit 733d508

Browse files
committed
Update own actions
1 parent 1f77909 commit 733d508

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/verify.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- name: Prepare code checkout and python/prek(pre-commit) setup
4848
id: cache-reuse
49-
uses: plugwise/gh-actions/prepare-python-and-code@0375df40f07d6f002cb134335a3e3296579ac99b
49+
uses: plugwise/gh-actions/prepare-python-and-code@09054f02b05e53697300c41df27d0307332dc7cd8
5050
with:
5151
cache-key: ${{ needs.cache.outputs.cache-key }}
5252
fail-on-miss: false # First time create cache (if not already exists)
@@ -67,7 +67,7 @@ jobs:
6767
persist-credentials: false
6868
- name: Restore cached environment
6969
id: cache-reuse
70-
uses: plugwise/gh-actions/restore-venv@0375df40f07d6f002cb134335a3e3296579ac99b
70+
uses: plugwise/gh-actions/restore-venv@09054f02b05e53697300c41df27d0307332dc7cd8
7171
with:
7272
cache-key: ${{ needs.cache.outputs.cache-key }}
7373
python-version: ${{ needs.cache.outputs.python-version }}
@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
104104
- name: Restore cached environment
105105
id: cache-reuse
106-
uses: plugwise/gh-actions/restore-venv@0375df40f07d6f002cb134335a3e3296579ac99b
106+
uses: plugwise/gh-actions/restore-venv@09054f02b05e53697300c41df27d0307332dc7cd8
107107
with:
108108
cache-key: ${{ needs.cache.outputs.cache-key }}
109109
python-version: ${{ needs.cache.outputs.python-version }}
@@ -138,7 +138,7 @@ jobs:
138138
python-version: ${{ matrix.python-version }}
139139
- name: Restore cached environment
140140
id: cache-reuse
141-
uses: plugwise/gh-actions/restore-venv@0375df40f07d6f002cb134335a3e3296579ac99b
141+
uses: plugwise/gh-actions/restore-venv@09054f02b05e53697300c41df27d0307332dc7cd8
142142
with:
143143
fail-on-miss: false # First time create cache (if not already exists)
144144
cache-key: ${{ needs.cache.outputs.cache-key }}
@@ -171,7 +171,7 @@ jobs:
171171
persist-credentials: false
172172
- name: Restore cached environment
173173
id: cache-reuse
174-
uses: plugwise/gh-actions/restore-venv@0375df40f07d6f002cb134335a3e3296579ac99b
174+
uses: plugwise/gh-actions/restore-venv@09054f02b05e53697300c41df27d0307332dc7cd8
175175
with:
176176
cache-key: ${{ needs.cache.outputs.cache-key }}
177177
python-version: ${{ needs.cache.outputs.python-version }}
@@ -216,7 +216,7 @@ jobs:
216216
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
217217
- name: Restore cached environment
218218
id: cache-reuse
219-
uses: plugwise/gh-actions/restore-venv@0375df40f07d6f002cb134335a3e3296579ac99b
219+
uses: plugwise/gh-actions/restore-venv@09054f02b05e53697300c41df27d0307332dc7cd8
220220
with:
221221
cache-key: ${{ needs.cache.outputs.cache-key }}
222222
python-version: ${{ needs.cache.outputs.python-version }}
@@ -301,7 +301,7 @@ jobs:
301301
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
302302
- name: Restore cached environment
303303
id: cache-reuse
304-
uses: plugwise/gh-actions/restore-venv@0375df40f07d6f002cb134335a3e3296579ac99b
304+
uses: plugwise/gh-actions/restore-venv@09054f02b05e53697300c41df27d0307332dc7cd8
305305
with:
306306
cache-key: ${{ needs.cache.outputs.cache-key }}
307307
python-version: ${{ needs.cache.outputs.python-version }}

0 commit comments

Comments
 (0)