Skip to content

Commit c325c3e

Browse files
Bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) and [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `prefix-dev/setup-pixi` from 0.9.4 to 0.9.6 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.4...v0.9.6) Updates `peaceiris/actions-gh-pages` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: peaceiris/actions-gh-pages dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b36498 commit c325c3e

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/deploy-gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
contents: write
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
20-
- uses: prefix-dev/setup-pixi@v0.9.4
20+
- uses: prefix-dev/setup-pixi@v0.9.6
2121
with:
2222
# pixi-version: v0.23.0
2323
environments: doc
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Update the main gh-page website
3030
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
31-
uses: peaceiris/actions-gh-pages@v4.0.0
31+
uses: peaceiris/actions-gh-pages@v4.1.0
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_dir: ./doc/_build/html

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Paper Draft
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
- name: Build draft PDF
1616
uses: openjournals/openjournals-draft-action@master
1717
with:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
17-
- uses: prefix-dev/setup-pixi@v0.9.4
16+
- uses: actions/checkout@v7
17+
- uses: prefix-dev/setup-pixi@v0.9.6
1818
with:
1919
# pixi-version: v0.23.0
2020
environments: lint

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414
contents: read
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919
- uses: actions/setup-python@v6

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
environment: [ test ]
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v6
21-
- uses: prefix-dev/setup-pixi@v0.9.4
20+
- uses: actions/checkout@v7
21+
- uses: prefix-dev/setup-pixi@v0.9.6
2222
with:
2323
# pixi-version: v0.23.0
2424
environments: ${{ matrix.environment }}

0 commit comments

Comments
 (0)