Skip to content

Commit

Permalink
Merge pull request #140 from conda-forge/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub-actions-8f22379b1b

Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 in the github-actions group
  • Loading branch information
xhochy authored Jan 24, 2025
2 parents aae0533 + 18d23d3 commit acce553
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Create Pull Request
id: cpr
# This is the v3 tag but for security purposes we pin to the exact commit.
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 6d6857d36972b65feb161a90e484f2984215f83e
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # 6d6857d36972b65feb161a90e484f2984215f83e
with:
commit-message: "Update miniforge version"
title: "Update miniforge version"
Expand Down
12 changes: 0 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,10 @@ jobs:
vmImage: ubuntu-20.04
strategy:
matrix:
mambaforge:
MINIFORGE_NAME: "Mambaforge"
MINIFORGE_VERSION: "24.9.2-0"
DOCKERFILE: "ubuntu"
mambaforge-pypy3:
MINIFORGE_NAME: "Mambaforge-pypy3"
MINIFORGE_VERSION: "24.9.2-0"
DOCKERFILE: "ubuntu"
miniforge3:
MINIFORGE_NAME: "Miniforge3"
MINIFORGE_VERSION: "24.9.2-0"
DOCKERFILE: "ubuntu"
miniforge-pypy3:
MINIFORGE_NAME: "Miniforge-pypy3"
MINIFORGE_VERSION: "24.9.2-0"
DOCKERFILE: "ubuntu"
timeoutInMinutes: 360
steps:
- script: |
Expand Down

0 comments on commit acce553

Please sign in to comment.