Skip to content

Commit 0570992

Browse files
authored
Merge pull request #1 from ndev-kit/dependabot/github_actions/github-actions-162cbcb624
Bump the github-actions group with 2 updates
2 parents a3625a3 + 1ef4049 commit 0570992

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: ["3.10", "3.11", "3.12", "3.13"]
3232

3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535

3636
- name: Setup python
3737
uses: astral-sh/setup-uv@v7
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464

6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v6
6767
- uses: hynek/build-and-inspect-python-package@v2
6868

6969
deploy:
@@ -77,7 +77,7 @@ jobs:
7777
id-token: write
7878
steps:
7979
- name: Download built artifact to dist/
80-
uses: actions/download-artifact@v5
80+
uses: actions/download-artifact@v6
8181
with:
8282
name: Packages
8383
path: dist

0 commit comments

Comments
 (0)