File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
35
35
# Initializes the CodeQL tools for scanning.
36
36
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 15
15
name : Build Docusaurus
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 0
21
21
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 20
20
- name : get container name
21
21
run : |
22
22
echo "containername=${{ matrix.module }}" | sed 's/\//-/g' > $GITHUB_ENV
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
with :
25
25
ref : ${{ github.event.pull_request.head.sha }}
26
26
- name : Docker meta (${{ matrix.module }})
Original file line number Diff line number Diff line change 20
20
- name : get container name
21
21
run : |
22
22
echo "containername=${{ matrix.module }}" | sed 's/\//-/g' > $GITHUB_ENV
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
with :
25
25
ref : ${{ github.event.pull_request.head.sha }}
26
26
- name : Docker meta (${{ matrix.module }})
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- name : Docker meta
19
19
id : meta
20
20
uses : docker/metadata-action@v5
Original file line number Diff line number Diff line change 20
20
- name : get container name
21
21
run : |
22
22
echo "containername=${{ matrix.module }}" | sed 's/\//-/g' > $GITHUB_ENV
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
with :
25
25
ref : ${{ github.event.pull_request.head.sha }}
26
26
- name : Docker meta (${{ matrix.module }})
Original file line number Diff line number Diff line change 11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : Install modules
16
16
working-directory : ./web
17
17
run : npm ci
Original file line number Diff line number Diff line change 13
13
runs-on : ${{ matrix.os }}
14
14
steps :
15
15
- name : Checkout code
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
- name : Install modules
18
18
working-directory : ./web
19
19
run : npm ci
Original file line number Diff line number Diff line change 16
16
- uses : actions/setup-go@v5
17
17
with :
18
18
go-version : 1.22
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- name : Install modules
21
21
working-directory : ./web
22
22
run : npm ci
You can’t perform that action at this time.
0 commit comments