Update pinned version hashes that are suddenly causing CI failures

This commit is contained in:
Alexander Gorelyshev
2026-05-26 16:31:25 +04:00
parent fe5088f58a
commit 82690466cc
3 changed files with 4 additions and 4 deletions

View File

@@ -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'