Skip to content

Commit 33107bf

Browse files
Merge pull request #1757 from cert-manager/renovate/major-misc-github-actions
chore(deps): update misc github actions (major)
2 parents 007d11f + b1069c3 commit 33107bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
pull_request:
77
jobs:
88
pull-cert-manager-website-verify:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12-
- uses: actions/setup-node@v4
12+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
1313
with:
14-
node-version: 20
14+
node-version: 22
1515
cache: npm
1616
- run: npm ci
1717
- run: npm run check

0 commit comments

Comments
 (0)