File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
38
38
steps :
39
39
- name : Checkout repository
40
- uses : actions/checkout@v4.0.0
40
+ uses : actions/checkout@v4.1.1
41
41
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@v2
43
+ uses : github/codeql-action/init@v3
44
44
with :
45
45
languages : ${{ matrix.language }}
46
46
47
47
- name : Perform CodeQL Analysis
48
- uses : github/codeql-action/analyze@v2
48
+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 13
13
publish-smoke-test :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4.0.0
16
+ - uses : actions/checkout@v4.1.1
17
17
- uses : enriikke/gatsby-gh-pages-action@v2
18
18
env :
19
19
GH_API_KEY : ${{ secrets.GITHUB_TOKEN }}
25
25
needs : publish-smoke-test
26
26
steps :
27
27
- name : Checkout Smoke Test Branch
28
- uses : actions/checkout@v4.0.0
28
+ uses : actions/checkout@v4.1.1
29
29
with :
30
30
path : smoke-test
31
31
ref : smoke-test
35
35
echo $ST_LC
36
36
echo "SMOKE_TEST_LINE_COUNT=$ST_LC" >> $GITHUB_ENV
37
37
- name : Checkout Published Branch
38
- uses : actions/checkout@v4.0.0
38
+ uses : actions/checkout@v4.1.1
39
39
with :
40
40
path : published
41
41
ref : gh-pages
58
58
needs : verify-smoke-test
59
59
runs-on : ubuntu-latest
60
60
steps :
61
- - uses : actions/checkout@v4.0.0
61
+ - uses : actions/checkout@v4.1.1
62
62
with :
63
63
ref : gh-pages
64
64
- name : merge commit push
Original file line number Diff line number Diff line change 16
16
- ubuntu-latest
17
17
- windows-latest
18
18
steps :
19
- - uses : actions/checkout@v4.0.0
20
- - uses : actions/setup-node@v3
19
+ - uses : actions/checkout@v4.1.1
20
+ - uses : actions/setup-node@v4
21
21
with :
22
22
node-version : ' 16'
23
23
cache : ' npm'
29
29
GH_API_KEY : ${{ secrets.GITHUB_TOKEN }}
30
30
- name : Upload site as actions artifact
31
31
if : ${{ runner.os == 'Linux' }}
32
- uses : actions/upload-artifact@v3
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
name : site
35
35
path : public
You can’t perform that action at this time.
0 commit comments