Skip to content

Commit 6af2616

Browse files
authored
Merge pull request #106 from TRIQS/dependabot/github_actions/batch-7921bc0373
Bump the batch group across 1 directory with 2 updates
2 parents d7604ad + cd23276 commit 6af2616

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
image: ghcr.io/triqs/solid_dmft_github_ci:unstable
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- name: Build solid_dmft
2929
run: |

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
image: ghcr.io/triqs/solid_dmft_github_ci:${{github.ref_name}}
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030

3131
- name: Build solid_dmft
3232
run: |

.github/workflows/build_unstable_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
image: ghcr.io/triqs/solid_dmft_github_ci:${{github.ref_name}}
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030

3131
- name: Build solid_dmft
3232
run: |

.github/workflows/docker.yml

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

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Setup Docker buildx
3030
uses: docker/setup-buildx-action@v3

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
image: ghcr.io/triqs/solid_dmft_github_ci:3.3.x
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Install pypa/build
1919
run: |
2020
pip3 install --user build toml --break-system-packages
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Download all the dists
49-
uses: actions/download-artifact@v4
49+
uses: actions/download-artifact@v5
5050
with:
5151
name: python-package-distributions
5252
path: dist/

0 commit comments

Comments
 (0)