Skip to content

Commit d65b5fb

Browse files
authored
Updated additional GitHub Actions to latest version to update to NodeJS 20
1 parent 1546cbb commit d65b5fb

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/Lighthouse.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: mkdir ${{ env.outputdir }}
2727

2828
- name: Lighthouse Checks
29-
uses: foo-software/lighthouse-check-action@v9.1.0
29+
uses: foo-software/lighthouse-check-action@v10.0.0
3030
id: lighthouseCheck
3131
with:
3232
urls: ${{ env.websiteUrl }}

.github/workflows/brokenlinks.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Link Checker
1818
id: lychee
19-
uses: lycheeverse/lychee-action@v1.8.0
19+
uses: lycheeverse/lychee-action@v1.9.3
2020
env:
2121
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2222
with:
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Create Issue From File
2727
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
2929
with:
3030
title: 'Bot: Broken Links Detected in Repo'
3131
content-filepath: ./lychee/out.md
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Link Checker
6363
id: lychee
64-
uses: lycheeverse/lychee-action@v1.8.0
64+
uses: lycheeverse/lychee-action@v1.9.3
6565
env:
6666
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
6767
with:
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Create Issue From File
7272
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
7474
with:
7575
title: 'Bot: Broken Links Detected in AKSC Helper'
7676
content-filepath: ./lychee/out.md

.github/workflows/ghpages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/[email protected]
5151

52-
- uses: streetsidesoftware/cspell-action@v2.16.0
52+
- uses: streetsidesoftware/cspell-action@v6.1.0
5353
name: Spell Check
5454
if: ${{github.event_name!='workflow_dispatch'}}
5555
with:

.github/workflows/markdownchecks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: cat ./.github/workflows_dep/_typos.toml
1313

1414
- name: Check spelling of markdown files
15-
uses: crate-ci/typos@v1.12.8
15+
uses: crate-ci/typos@v1.20.6
1616
with:
1717
files: ./*.md
1818
config: ./.github/workflows_dep/_typos.toml

.github/workflows/release-soft.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
path: helperapp
150150

151151
- 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
153153
with:
154154
target_branch: gh-pages-canary
155155
commit_message: Pages Release. Canary ${{env.templateRelease}}
@@ -173,7 +173,7 @@ jobs:
173173
path: helperapp
174174

175175
- 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
177177
with:
178178
target_branch: gh-pages
179179
commit_message: Pages Release. Prod ${{env.templateRelease}}

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
path: compilebicep
224224

225225
- 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
227227
with:
228228
target_branch: gh-pages-canary
229229
commit_message: Pages Release. Canary ${{env.templateRelease}}
@@ -252,7 +252,7 @@ jobs:
252252
path: compilebicep
253253

254254
- 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
256256
with:
257257
target_branch: gh-pages
258258
commit_message: Pages Release. Prod ${{env.templateRelease}}

0 commit comments

Comments
 (0)