Skip to content

Commit

Permalink
Pin actions to commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Sep 13, 2024
1 parent 0014168 commit a87d3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
PYTHONUNBUFFERED: "1"
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: conda-incubator/setup-miniconda@v3
- uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
with:
auto-activate-base: true
activate-environment: ""
Expand All @@ -55,7 +55,7 @@ jobs:
CONDA_BLD_PATH: ${{ runner.temp }}/bld
run: conda build recipe --override-channels -c conda-forge

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: github.event_name == 'pull_request'
with:
name: conda-standalone-${{ matrix.subdir }}
Expand Down

0 comments on commit a87d3b5

Please sign in to comment.