Skip to content

Commit fe7ce76

Browse files
committed
Update action version in workflow
1 parent 5dfb408 commit fe7ce76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929

3030
- name: Pre-commit hooks
31-
uses: pre-commit/[email protected].0
31+
uses: pre-commit/[email protected].1
3232

3333
build:
3434
needs: pre-commit
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: Set up environment
51-
uses: mamba-org/setup-micromamba@v1
51+
uses: mamba-org/setup-micromamba@v2
5252
with:
5353
environment-file: environment.yaml
5454
environment-name: gha-test-env

0 commit comments

Comments
 (0)