Skip to content

Commit 0ca847e

Browse files
authored
Merge pull request #763 from conda-forge/dependabot/github_actions/github-actions-9c99b50ccb
Bump the github-actions group with 2 updates
2 parents abc96f7 + a75d132 commit 0ca847e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Create Pull Request
1818
id: cpr
1919
# This is the v3 tag but for security purposes we pin to the exact commit.
20-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
20+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
2121
with:
2222
commit-message: "Update mamba version"
2323
title: "Update mamba version"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Upload miniforge to Github artifact
103103
if: always()
104-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
104+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
105105
with:
106106
path: build/Miniforge3-${{ matrix.OS_NAME }}-${{ matrix.ARCH }}*
107107
name: Miniforge3-${{ matrix.OS_NAME }}-${{ matrix.ARCH }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
1212
- run: python -m pip install -r docs/requirements.txt
1313
- run: python docs/releases.py
14-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
14+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
1515
with:
1616
path: build/docs
1717
name: docs

0 commit comments

Comments
 (0)