File tree 3 files changed +9
-9
lines changed 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 44
44
name : Create release
45
45
runs-on : ubuntu-latest
46
46
steps :
47
- - uses : actions/checkout@v3
48
- - uses : softprops/action-gh-release@v1
47
+ - uses : actions/checkout@v4
48
+ - uses : softprops/action-gh-release@v2
49
49
with :
50
50
name : click-option-group ${{ github.ref_name }}
51
51
prerelease : ${{ contains(github.ref, 'rc') }}
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
build :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
ref : ${{ inputs.ref }}
24
24
- name : Build package
25
25
run : pipx run build
26
- - uses : actions/upload-artifact@v3
26
+ - uses : actions/upload-artifact@v4
27
27
with :
28
28
path : dist/*
29
29
if : ${{ inputs.upload }}
Original file line number Diff line number Diff line change 9
9
name : Run pre-commit
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
13
- - uses : actions/setup-python@v4
14
- - uses : pre-commit/action@v3.0.0
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-python@v5
14
+ - uses : pre-commit/action@v3.0.1
15
15
16
16
checks :
17
17
name : Check with Python ${{ matrix.python-version }} ${{ matrix.experimental && '(Experimental)' }}
26
26
- python-version : " 3.13"
27
27
experimental : true
28
28
steps :
29
- - uses : actions/checkout@v3
30
- - uses : actions/setup-python@v4
29
+ - uses : actions/checkout@v4
30
+ - uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments