Skip to content

Commit e5cc8cb

Browse files
committed
Bump actions
1 parent 9176a19 commit e5cc8cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
suffix: ${{ steps.release.outputs.suffix }}
2121
tag_name: ${{ steps.release.outputs.tag_name }}
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424

2525
- name: Extract tag and Details
2626
id: release
@@ -70,10 +70,10 @@ jobs:
7070
needs: [details, check_pypi]
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/checkout@v2
73+
- uses: actions/checkout@v4
7474

7575
- name: Set up Python
76-
uses: actions/setup-python@v4
76+
uses: actions/setup-python@v5
7777
with:
7878
python-version: "3.12"
7979

@@ -109,7 +109,7 @@ jobs:
109109
id-token: write
110110
steps:
111111
- name: Download artifacts
112-
uses: actions/download-artifact@v3
112+
uses: actions/download-artifact@v4
113113
with:
114114
name: dist
115115
path: dist/
@@ -125,12 +125,12 @@ jobs:
125125
contents: write
126126
steps:
127127
- name: Checkout Code
128-
uses: actions/checkout@v3
128+
uses: actions/checkout@v4
129129
with:
130130
fetch-depth: 0
131131

132132
- name: Download artifacts
133-
uses: actions/download-artifact@v3
133+
uses: actions/download-artifact@v4
134134
with:
135135
name: dist
136136
path: dist/

0 commit comments

Comments
 (0)