Skip to content

Commit b1a5544

Browse files
Bump the dependencies group with 3 updates (#75)
1 parent 61a1d83 commit b1a5544

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/autoupdate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout branch
1919
uses: actions/checkout@v4
2020
- name: Set up Conda env
21-
uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194
21+
uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7
2222
with:
2323
environment-file: environment.yml
2424
environment-name: check-env
@@ -34,7 +34,7 @@ jobs:
3434
echo "pkgname=$pkgname" >> $GITHUB_OUTPUT
3535
echo "new-version=$new_version" >> $GITHUB_OUTPUT
3636
fi
37-
- uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
37+
- uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3838
if: steps.versions.outputs.pkgname
3939
with:
4040
commit-message: "Update ${{ steps.versions.outputs.pkgname }} to ${{ steps.versions.outputs.new-version }}"

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
ref: ${{ github.head_ref }}
1818
- name: Set up Conda env
19-
uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194
19+
uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7
2020
with:
2121
environment-file: environment.yml
2222
environment-name: test-env

.github/workflows/keep-alive.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: gautamkrishnar/keepalive-workflow@5b3128727d02fe1a892d0a2987517c9ec8ca7425
12+
- uses: gautamkrishnar/keepalive-workflow@306efe4fc63923e36571682b4f4b3e3eee8b6625
1313
with:
1414
commit_message: Ah ah ah, stayin' alive
1515
committer_username: ForrestQuant

0 commit comments

Comments
 (0)