Skip to content

Commit

Permalink
Merge pull request #25 from jaimergp/pin-gha-actions
Browse files Browse the repository at this point in the history
pin github actions; add dependabot
  • Loading branch information
beckermr authored May 6, 2024
2 parents 15c4929 + 1a274f5 commit 0588d5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
name: tests
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
fetch-depth: 0

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@9f54435e0e72c53962ee863144e47a4b094bfd35 # v2
with:
channels: conda-forge,defaults
channel-priority: strict
Expand Down

0 comments on commit 0588d5d

Please sign in to comment.