Skip to content

Commit b60fe8a

Browse files
authored
Merge pull request #16 from scikit-learn-contrib/dependabot/github_actions/actions-a9acc5c2d2
Chore(deps): Bump the actions group across 1 directory with 3 updates
2 parents 6c99eef + c2433a4 commit b60fe8a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@v6
60+
uses: actions/checkout@v7
6161

6262
# Add any setup steps before running the `github/codeql-action/init` action.
6363
# This includes steps like installing compilers or runtimes (`actions/setup-node`

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
contents: write
1616

1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
21-
- uses: prefix-dev/setup-pixi@v0.9.5
21+
- uses: prefix-dev/setup-pixi@v0.9.6
2222
with:
2323
pixi-version: v0.59.0
2424
environments: doc

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
16-
- uses: prefix-dev/setup-pixi@v0.9.5
15+
- uses: actions/checkout@v7
16+
- uses: prefix-dev/setup-pixi@v0.9.6
1717
with:
1818
pixi-version: v0.59.0
1919
environments: lint

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
environment: [test]
1717
runs-on: ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
22-
- uses: prefix-dev/setup-pixi@v0.9.5
22+
- uses: prefix-dev/setup-pixi@v0.9.6
2323
with:
2424
pixi-version: v0.59.0
2525
environments: ${{ matrix.environment }}
@@ -29,7 +29,7 @@ jobs:
2929
run: pixi run -e ${{ matrix.environment }} test
3030

3131
- name: Upload coverage reports to Codecov
32-
uses: codecov/codecov-action@v6.0.1
32+
uses: codecov/codecov-action@v7.0.0
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535
slug: ${{ github.repository }}

0 commit comments

Comments
 (0)