File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
check :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
11
- - uses : actions/setup-python@v4
10
+ - uses : actions/checkout@v4
11
+ - uses : actions/setup-python@v5
12
12
with : {python-version: '3.x'}
13
13
- name : set PYSHA
14
14
run : echo "PYSHA=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
15
- - uses : actions/cache@v3
15
+ - uses : actions/cache@v4
16
16
with :
17
17
path : ~/.cache/pre-commit
18
18
key : pre-commit|${{ env.PYSHA }}|${{ hashFiles('.pre-commit-config.yaml') }}
21
21
snap-gh :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : clone source
26
26
run : |
27
27
git clone https://${GITHUB_TOKEN}@github.com/casperdcl/cli --branch snap
You can’t perform that action at this time.
0 commit comments