Skip to content

Commit 182c92d

Browse files
authored
Merge pull request #1031 from ipython/dependabot/github_actions/actions-5a010b752d
Bump the actions group with 3 updates
2 parents 4e958aa + e7a6c5d commit 182c92d

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build-release:
2626
runs-on: ubuntu-24.04
2727
steps:
28-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
2929
with:
3030
persist-credentials: false
3131
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6

.github/workflows/test-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
test-docs:
2323
runs-on: ubuntu-24.04
2424
steps:
25-
- uses: actions/checkout@v6.0.2
25+
- uses: actions/checkout@v7.0.0
2626
with:
2727
# make rediraffecheckdiff requires git history to compare current
2828
# commit with the main branch and previous releases.

.github/workflows/test-ssh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs_on: windows-2022
5252

5353
steps:
54-
- uses: actions/checkout@v6.0.2
54+
- uses: actions/checkout@v7.0.0
5555
with:
5656
persist-credentials: false
5757

@@ -157,4 +157,4 @@ jobs:
157157
pytest -v --maxfail=2 --cov=ipyparallel ipyparallel/tests/test_ssh.py
158158
159159
- name: Submit codecov report
160-
uses: codecov/codecov-action@v6
160+
uses: codecov/codecov-action@v7

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ jobs:
5353
pre: pre
5454

5555
steps:
56-
- uses: actions/checkout@v6.0.2
56+
- uses: actions/checkout@v7.0.0
5757
with:
5858
persist-credentials: false
5959

6060
- name: Cache conda environment
61-
uses: actions/cache@v5
61+
uses: actions/cache@v6.1.0
6262
with:
6363
path: |
6464
~/conda
6565
key: conda
6666

6767
- name: Cache node_modules
68-
uses: actions/cache@v5
68+
uses: actions/cache@v6.1.0
6969
with:
7070
path: |
7171
node_modules
@@ -177,7 +177,7 @@ jobs:
177177
${EXEC} chmod -R a+rw .coverage*
178178
179179
- name: Submit codecov report
180-
uses: codecov/codecov-action@v6
180+
uses: codecov/codecov-action@v7
181181

182182
- name: Report on slurm
183183
if: ${{ matrix.cluster_type == 'slurm' && failure() }}

.github/workflows/windows-ssh-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6.0.2
22+
uses: actions/checkout@v7.0.0
2323
with:
2424
persist-credentials: false
2525

0 commit comments

Comments
 (0)