Skip to content

Commit 7deed05

Browse files
Update pr-check.yml
Update checkout and setup-node to v4 Signed-off-by: Dan Garfield <dan@codefresh.io>
1 parent e6853f5 commit 7deed05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
jobs:
99
check:
1010
name: Pull Request Lint/Build
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Setup Node
15-
uses: actions/setup-node@v2
15+
uses: actions/setup-node@v4
1616
with:
1717
node-version: '14'
1818
cache: npm

0 commit comments

Comments
 (0)