Skip to content

Commit aec6973

Browse files
authored
Pin action versions (pypi-publish, setup-miniconda) for dependabot (#1205)
1 parent daad2fa commit aec6973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Setup Miniconda
18-
uses: conda-incubator/setup-miniconda@master
18+
uses: conda-incubator/setup-miniconda@v2
1919
with:
2020
channels: conda-forge
2121
environment-file: environment.yml

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
name: releases
6666
path: dist
67-
- uses: pypa/gh-action-pypi-publish@master
67+
- uses: pypa/gh-action-pypi-publish@v1
6868
with:
6969
user: __token__
7070
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)