File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
if :
10
10
startsWith(github.ref, 'refs/tags')
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Set up Python
14
- uses : actions/setup-python@v4
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : " 3.x"
17
17
- name : Set up poetry
Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
13
- - uses : actions/setup-python@v4
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-python@v5
14
14
with :
15
15
python-version : 3.x
16
16
- run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
17
- - uses : actions/cache@v3
17
+ - uses : actions/cache@v4
18
18
with :
19
19
key : mkdocs-material-${{ env.cache_id }}
20
20
path : .cache
You can’t perform that action at this time.
0 commit comments