Update pinned version hashes that are suddenly causing CI failures
This commit is contained in:
4
.github/workflows/molecule.yml
vendored
4
.github/workflows/molecule.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
steps:
|
||||
- name: Get PR files and build role matrix
|
||||
id: make-matrix
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
|
||||
with:
|
||||
script: |
|
||||
if (!context.payload.pull_request?.number) {
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: "Set up micromamba"
|
||||
uses: mamba-org/setup-micromamba@4d84239119b14cba1690b971f05c0bab912bea04
|
||||
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462
|
||||
if: ${{ matrix.role != '__no_role__' }}
|
||||
with:
|
||||
micromamba-version: '2.4.0-0'
|
||||
|
||||
Reference in New Issue
Block a user