File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 26
26
run : mkdir ${{ env.outputdir }}
27
27
28
28
- name : Lighthouse Checks
29
- uses : foo-software/lighthouse-check-action@v9.1 .0
29
+ uses : foo-software/lighthouse-check-action@v10.0 .0
30
30
id : lighthouseCheck
31
31
with :
32
32
urls : ${{ env.websiteUrl }}
Original file line number Diff line number Diff line change 16
16
17
17
- name : Link Checker
18
18
id : lychee
19
- uses : lycheeverse/lychee-action@v1.8.0
19
+ uses : lycheeverse/lychee-action@v1.9.3
20
20
env :
21
21
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
22
22
with :
25
25
26
26
- name : Create Issue From File
27
27
if : steps.lychee.outputs.exit_code != 0
28
- uses : peter-evans/create-issue-from-file@v4 .0.1
28
+ uses : peter-evans/create-issue-from-file@v5 .0.0
29
29
with :
30
30
title : ' Bot: Broken Links Detected in Repo'
31
31
content-filepath : ./lychee/out.md
61
61
62
62
- name : Link Checker
63
63
id : lychee
64
- uses : lycheeverse/lychee-action@v1.8.0
64
+ uses : lycheeverse/lychee-action@v1.9.3
65
65
env :
66
66
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
67
67
with :
70
70
71
71
- name : Create Issue From File
72
72
if : steps.lychee.outputs.exit_code != 0
73
- uses : peter-evans/create-issue-from-file@v4 .0.1
73
+ uses : peter-evans/create-issue-from-file@v5 .0.0
74
74
with :
75
75
title : ' Bot: Broken Links Detected in AKSC Helper'
76
76
content-filepath : ./lychee/out.md
Original file line number Diff line number Diff line change 49
49
steps :
50
50
51
51
52
- - uses : streetsidesoftware/cspell-action@v2.16 .0
52
+ - uses : streetsidesoftware/cspell-action@v6.1 .0
53
53
name : Spell Check
54
54
if : ${{github.event_name!='workflow_dispatch'}}
55
55
with :
Original file line number Diff line number Diff line change 12
12
run : cat ./.github/workflows_dep/_typos.toml
13
13
14
14
- name : Check spelling of markdown files
15
- uses : crate-ci/typos@v1.12.8
15
+ uses : crate-ci/typos@v1.20.6
16
16
with :
17
17
files : ./*.md
18
18
config : ./.github/workflows_dep/_typos.toml
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
path : helperapp
150
150
151
151
- name : Deploy to GitHub Pages Canary
152
- uses : crazy-max/ghaction-github-pages@v3.1 .0
152
+ uses : crazy-max/ghaction-github-pages@v4.0 .0
153
153
with :
154
154
target_branch : gh-pages-canary
155
155
commit_message : Pages Release. Canary ${{env.templateRelease}}
@@ -173,7 +173,7 @@ jobs:
173
173
path : helperapp
174
174
175
175
- name : Deploy to GitHub Pages Prod
176
- uses : crazy-max/ghaction-github-pages@v3.1 .0
176
+ uses : crazy-max/ghaction-github-pages@v4.0 .0
177
177
with :
178
178
target_branch : gh-pages
179
179
commit_message : Pages Release. Prod ${{env.templateRelease}}
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223
223
path : compilebicep
224
224
225
225
- name : Deploy to GitHub Pages Canary
226
- uses : crazy-max/ghaction-github-pages@v3.1 .0
226
+ uses : crazy-max/ghaction-github-pages@v4.0 .0
227
227
with :
228
228
target_branch : gh-pages-canary
229
229
commit_message : Pages Release. Canary ${{env.templateRelease}}
@@ -252,7 +252,7 @@ jobs:
252
252
path : compilebicep
253
253
254
254
- name : Deploy to GitHub Pages Prod
255
- uses : crazy-max/ghaction-github-pages@v3.1 .0
255
+ uses : crazy-max/ghaction-github-pages@v4.0 .0
256
256
with :
257
257
target_branch : gh-pages
258
258
commit_message : Pages Release. Prod ${{env.templateRelease}}
You can’t perform that action at this time.
0 commit comments