Skip to content

Commit 6db783b

Browse files
build(deps-dev): bump the gh-actions group across 1 directory with 5 updates (#293)
Bumps the gh-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) | `2` | `3` | | [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) | `0.4.1` | `0.9.0` | | [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) | `3.7.1` | `4.7.2` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `3` | `5` | | [actions/labeler](https://github.com/actions/labeler) | `4` | `5` | Updates `conda-incubator/setup-miniconda` from 2 to 3 - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](conda-incubator/setup-miniconda@v2...v3) Updates `webfactory/ssh-agent` from 0.4.1 to 0.9.0 - [Release notes](https://github.com/webfactory/ssh-agent/releases) - [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md) - [Commits](webfactory/ssh-agent@v0.4.1...v0.9.0) Updates `JamesIves/github-pages-deploy-action` from 3.7.1 to 4.7.2 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@3.7.1...v4.7.2) Updates `codecov/codecov-action` from 3 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v5) Updates `actions/labeler` from 4 to 5 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v4...v5) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: webfactory/ssh-agent dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1182ef commit 6db783b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v4
56-
- uses: conda-incubator/setup-miniconda@v2
56+
- uses: conda-incubator/setup-miniconda@v3
5757
with:
5858
auto-update-conda: true
5959
python-version: ${{ env.PYTHON_VERSION }}

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- name: Documentation sanity check
2929
run: test -e docs/build/index.html || exit
3030
- name: Install SSH Client 🔑
31-
uses: webfactory/ssh-agent@v0.4.1
31+
uses: webfactory/ssh-agent@v0.9.0
3232
with:
3333
ssh-private-key: ${{ secrets.SSH_DEPLOY_KEY }}
3434
- name: Deploy to Github Pages
35-
uses: JamesIves/github-pages-deploy-action@3.7.1
35+
uses: JamesIves/github-pages-deploy-action@v4.7.2
3636
with:
3737
BRANCH: gh-pages
3838
FOLDER: 'docs/build'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
persist-credentials: false
6060
- uses: actions/download-artifact@v4
61-
- uses: codecov/codecov-action@v3
61+
- uses: codecov/codecov-action@v5
6262
with:
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464
flags: unittests

.github/workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
pull-requests: write
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/labeler@v4
14+
- uses: actions/labeler@v5
1515
with:
1616
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)