Skip to content

Commit 10cd8e9

Browse files
Bump the actions group with 4 updates (#231)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7fe81f commit 10cd8e9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/dist-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cd ..
5353
python -c "from flask_pymongo import PyMongo"
5454
55-
- uses: actions/upload-artifact@v5
55+
- uses: actions/upload-artifact@v6
5656
with:
5757
name: "dist"
5858
path: ./dist/*.*
@@ -63,13 +63,13 @@ jobs:
6363
name: Download Dist
6464
steps:
6565
- name: Download all workflow run artifacts
66-
uses: actions/download-artifact@v6
66+
uses: actions/download-artifact@v7
6767
- name: Flatten directory
6868
working-directory: .
6969
run: |
7070
find . -mindepth 2 -type f -exec mv {} . \;
7171
find . -type d -empty -delete
72-
- uses: actions/upload-artifact@v5
72+
- uses: actions/upload-artifact@v6
7373
with:
7474
name: all-dist-${{ github.run_id }}
7575
path: "./*"

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
id-token: write
7171
steps:
7272
- name: Download all the dists
73-
uses: actions/download-artifact@v6
73+
uses: actions/download-artifact@v7
7474
with:
7575
name: all-dist-${{ github.run_id }}
7676
path: dist/

.github/workflows/test-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828
fetch-depth: 0
2929
- name: Install uv
30-
uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7
30+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7
3131
with:
3232
enable-cache: true
3333
python-version: ${{ matrix.python-version }}
@@ -50,7 +50,7 @@ jobs:
5050
persist-credentials: false
5151
fetch-depth: 0
5252
- name: Install uv
53-
uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7
53+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7
5454
with:
5555
enable-cache: true
5656
python-version: ${{ matrix.python-version }}
@@ -86,13 +86,13 @@ jobs:
8686
persist-credentials: false
8787
fetch-depth: 0
8888
- name: Install uv
89-
uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7
89+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7
9090
with:
9191
enable-cache: true
9292
python-version: ${{ env.MIN_PYTHON }}
9393
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
9494
- name: Install uv
95-
uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7
95+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7
9696
with:
9797
enable-cache: true
9898
python-version: ${{ env.MIN_PYTHON }}

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: Run zizmor 🌈
21-
uses: zizmorcore/zizmor-action@c0e2b1c877e25a91d1d747c438d49199cad29698
21+
uses: zizmorcore/zizmor-action@cb3d8e846e148d1111d90b03375b9c03deceda37

0 commit comments

Comments
 (0)