Skip to content

Commit bd8771a

Browse files
Bump the actions group across 1 directory with 4 updates (#1591)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96a584b commit bd8771a

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_ENV
2020
echo "TAGGED_MILESTONE=${{ github.event.pull_request.milestone.title }}" >> $GITHUB_ENV
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
fetch-depth: '0'
2424
- name: Check the changelog entry

.github/workflows/check_stub_files_diff.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
18-
- uses: prefix-dev/setup-pixi@v0.8.8
17+
- uses: actions/checkout@v5
18+
- uses: prefix-dev/setup-pixi@v0.9.0
1919
with:
2020
pixi-version: v0.41.3
2121
frozen: true

.github/workflows/run-code-format-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
18-
- uses: prefix-dev/setup-pixi@v0.8.8
17+
- uses: actions/checkout@v5
18+
- uses: prefix-dev/setup-pixi@v0.9.0
1919
with:
2020
pixi-version: v0.41.3
2121
frozen: true

.github/workflows/test-javascript.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: prefix-dev/setup-pixi@v0.8.8
15+
- uses: actions/checkout@v5
16+
- uses: prefix-dev/setup-pixi@v0.9.0
1717
with:
1818
pixi-version: v0.41.3
1919
environments: ci-py312-latest-optional-deps

.github/workflows/testing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
]
2525
runs-on: ${{ matrix.os }}
2626
steps:
27-
- uses: actions/checkout@v4
28-
- uses: prefix-dev/setup-pixi@v0.8.8
27+
- uses: actions/checkout@v5
28+
- uses: prefix-dev/setup-pixi@v0.9.0
2929
with:
3030
pixi-version: v0.41.3
3131
environments: ${{ matrix.environment }}
@@ -40,7 +40,7 @@ jobs:
4040
run: pixi run -e ${{ matrix.environment }} test-user-guide
4141

4242
- name: Upload coverage reports to Codecov
43-
uses: codecov/codecov-action@v5.4.3
43+
uses: codecov/codecov-action@v5.5.1
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
slug: skrub-data/skrub
@@ -50,7 +50,7 @@ jobs:
5050
outputs:
5151
run: ${{ github.event_name == 'schedule' || contains(steps.get_head_commit_message.outputs.COMMIT_MSG, '[deps nightly]') }}
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
with:
5555
ref: ${{ github.event.pull_request.head.sha }}
5656
- id: get_head_commit_message
@@ -63,8 +63,8 @@ jobs:
6363
runs-on: ubuntu-latest
6464
name: test against nighlty dependencies
6565
steps:
66-
- uses: actions/checkout@v4
67-
- uses: actions/setup-python@v5
66+
- uses: actions/checkout@v5
67+
- uses: actions/setup-python@v6
6868
with:
6969
python-version: "3.11"
7070
name: 'Setup python'

.github/workflows/update_pixi_lock_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
fail-fast: false
2222

2323
steps:
24-
- uses: actions/checkout@v4
25-
- uses: prefix-dev/setup-pixi@v0.8.8
24+
- uses: actions/checkout@v5
25+
- uses: prefix-dev/setup-pixi@v0.9.0
2626
with:
2727
pixi-version: v0.41.3
2828

0 commit comments

Comments
 (0)