Skip to content

Commit 6f9263b

Browse files
authored
Merge pull request #9 from eodash/update-actions-node24
chore: update actions versions to latest
2 parents 1acea16 + 0733945 commit 6f9263b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ on:
66
- main
77
jobs:
88
deploy-preview:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
permissions:
1111
contents: write
1212
pages: write
1313
pull-requests: write
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717
- name: Setup node env
18-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
18+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
19+
with:
20+
node-version: 24
1921
with:
2022
node-version: 20
2123
check-latest: true

0 commit comments

Comments
 (0)