File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout repo
9- uses : actions/checkout@v4
9+ uses : actions/checkout@v6
1010
1111 - name : Set up Node.js
1212 uses : actions/setup-node@v6
1313 with :
14- node-version : 18
14+ node-version : 24
1515 cache : ' npm'
1616
1717 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313jobs :
1414 build_deploy :
1515 name : Build and deploy
16- uses : primer/.github/.github/workflows/deploy.yml@v2.2.1
16+ uses : primer/.github/.github/workflows/deploy.yml@v2.4.0
1717 secrets :
1818 gh_token : ${{ secrets.GITHUB_TOKEN }}
1919 with :
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 with :
2525 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2626 fetch-depth : 0
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : Checkout repository
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v6
5656 with :
5757 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
5858 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments