File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 55 name : Bundle and Publish Sources
66 runs-on : ubuntu-latest
77
8- strategy :
9- matrix :
10- node-version : [20.x]
11-
128 steps :
139 - name : Checkout Branch
14- uses : actions/checkout@v2
10+ uses : actions/checkout@v5
1511
1612 - name : Setup Node.js environment
17- uses : actions/setup-node@v2.1.2
13+ uses : actions/setup-node@v5
1814 with :
19- node-version : ${{ matrix.node-version }}
15+ node-version : 22
2016
2117 - name : Extract branch name
2218 shell : bash
2319 run : echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
2420 id : extract_branch
2521
2622 - name : Checkout existing bundles
27- uses : actions/checkout@v2
23+ uses : actions/checkout@v5
2824 continue-on-error : true
2925 with :
3026 ref : gh-pages
3430 - run : npm run bundle -- --folder=${{ steps.extract_branch.outputs.branch }}
3531
3632 - name : Deploy to GitHub Pages
37- uses : JamesIves/github-pages-deploy-action@4.1.0
33+ uses : JamesIves/github-pages-deploy-action@4.7.3
3834 with :
3935 branch : gh-pages
4036 folder : bundles
You can’t perform that action at this time.
0 commit comments