Skip to content

Commit 021cdcb

Browse files
ci(deps): bump GitHub Actions
Manually merged after CI passed; future Dependabot PRs will be merged by the auto-merge workflow.
1 parent 283362e commit 021cdcb

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out repository
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
2222

@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Check out repository
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@v6
5959
with:
6060
persist-credentials: false
6161

@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: Check out repository
79-
uses: actions/checkout@v5
79+
uses: actions/checkout@v6
8080
with:
8181
persist-credentials: false
8282

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out repository
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
persist-credentials: false
2121

@@ -38,7 +38,7 @@ jobs:
3838
run: uv run twine check dist/*
3939

4040
- name: Upload distributions
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v7
4242
with:
4343
name: dist
4444
path: dist/*
@@ -56,7 +56,7 @@ jobs:
5656
id-token: write
5757
steps:
5858
- name: Download distributions
59-
uses: actions/download-artifact@v4
59+
uses: actions/download-artifact@v8
6060
with:
6161
name: dist
6262
path: dist

0 commit comments

Comments
 (0)