File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
documentation-image :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
- name : Set image tag to timestamp and shortened commit hash
14
14
run : |
15
15
SHORT_HASH=$(echo ${{ github.sha }} | cut -c1-7)
Original file line number Diff line number Diff line change 7
7
test :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
11
- - uses : actions/setup-node@v3
10
+ - uses : actions/checkout@v4
11
+ - uses : actions/setup-node@v4
12
12
with :
13
13
node-version : 18
14
14
cache : " npm"
Original file line number Diff line number Diff line change 9
9
pre-commit :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
13
- - uses : actions/setup-python@v2
14
- - uses : pre-commit/action@v2 .0.3
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-python@v5
14
+ - uses : pre-commit/action@v3 .0.1
You can’t perform that action at this time.
0 commit comments