Skip to content

Commit 34ea454

Browse files
dependabot[bot]insolor
authored andcommitted
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) Updates `astral-sh/setup-uv` from 7.1.4 to 7.1.6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v7.1.4...v7.1.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: 7.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b85e20 commit 34ea454

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
touch deploy/.nojekyll
3636
3737
- name: Upload artifact
38-
uses: actions/upload-artifact@v5
38+
uses: actions/upload-artifact@v6
3939
with:
4040
name: update-data
4141
path: deploy
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v6
4949

5050
- name: Download artifact
51-
uses: actions/download-artifact@v6
51+
uses: actions/download-artifact@v7
5252
with:
5353
name: update-data
5454
path: deploy
@@ -66,7 +66,7 @@ jobs:
6666
needs: prepare
6767
steps:
6868
- name: Download artifact
69-
uses: actions/download-artifact@v6
69+
uses: actions/download-artifact@v7
7070
with:
7171
name: update-data
7272
path: deploy
@@ -110,7 +110,7 @@ jobs:
110110
# needs: prepare
111111
# steps:
112112
# - name: Download artifact
113-
# uses: actions/download-artifact@v6
113+
# uses: actions/download-artifact@v7
114114
# with:
115115
# name: update-data
116116
# path: deploy

.github/workflows/update-dict-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: 3.12
3636

3737
- name: Install uv
38-
uses: astral-sh/[email protected].4
38+
uses: astral-sh/[email protected].6
3939
with:
4040
version: "latest"
4141

.github/workflows/update-hook-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: 3.12
3737

3838
- name: Install uv
39-
uses: astral-sh/[email protected].4
39+
uses: astral-sh/[email protected].6
4040
with:
4141
version: "latest"
4242

0 commit comments

Comments
 (0)