Skip to content

Commit 24aef03

Browse files
Deps: Update GH Action Deps
1 parent 4c61a34 commit 24aef03

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
deploy-example-site:
18-
uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@54da3ca1694da6ce34840123a133054d847efcd6 # 1.0.13
18+
uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@87da99295dcb424d92efb2f6d783cc02e7c8da43 # v1.0.15
1919
with:
2020
production_url_path: "/nginx-hugo-theme"
2121
preview_url_path: "/previews/nginx-hugo-theme"
@@ -39,7 +39,7 @@ jobs:
3939
ref: ${{ github.event.workflow_run.head_branch }}
4040
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4141
with:
42-
node-version: 22.22.0
42+
node-version: 22.22.1
4343
- name: Installing packages
4444
run: cd performance && npm ci
4545
- name: Generating lighthouse reports for PR...

.github/workflows/nginx-documentation-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Go
2424
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2525
with:
26-
go-version: "1.26.0"
26+
go-version: "1.26.1"
2727

2828
- name: Setup Hugo
2929
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
extended: true
4646
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4747
with:
48-
go-version: '1.26.0'
48+
go-version: '1.26.1'
4949
- name: Install dependencies
5050
run: cd tests && npm ci
5151
- name: Run Playwright tests

0 commit comments

Comments
 (0)