Skip to content

Commit

Permalink
fix: warning about GHA security (#189)
Browse files Browse the repository at this point in the history
We can instead use dependabot.yml to keep actions up via PRs every day or week when new changes are detected. In that case, we'd use v2.0.0 here.
  • Loading branch information
henryiii authored Nov 9, 2020
1 parent 95af9c8 commit c94fc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: "actions/checkout@v2"

- name: "Get conda"
uses: "conda-incubator/setup-miniconda@v1"
uses: "conda-incubator/setup-miniconda@v2"
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit c94fc03

Please sign in to comment.