File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 uses : chetan/git-restore-mtime-action@v2
3434
3535 - name : Cache WebP Images
36- uses : actions/cache@v4
36+ uses : actions/cache@v5
3737 with :
3838 path : |
3939 public/*
4646 run : corepack enable
4747
4848 - name : Setup Node
49- uses : actions/setup-node@v4
49+ uses : actions/setup-node@v6
5050 with :
51- node-version : 22
51+ node-version : 25
5252 cache : ' yarn'
5353
5454 - name : Install Dependencies
@@ -68,10 +68,10 @@ jobs:
6868 sudo apt-get install -y webp
6969
7070 - name : Install ImageMagick
71- uses : mfinelli/setup-imagemagick@v6
71+ uses : mfinelli/setup-imagemagick@v7
7272
7373 - name : Set up Python
74- uses : actions/setup-python@v5
74+ uses : actions/setup-python@v6
7575 with :
7676 python-version : ' 3.x'
7777
8888 run : yarn build ${{ inputs.base_path && format('--base {0}', inputs.base_path) || '' }}
8989
9090 - name : Upload build artifact
91- uses : actions/upload-artifact@v4
91+ uses : actions/upload-artifact@v7
9292 with :
9393 name : build-output
9494 path : ./build
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v6
2727
2828 - name : Download build artifact
29- uses : actions/download-artifact@v4
29+ uses : actions/download-artifact@v8
3030 with :
3131 name : build-output
3232 path : ./build
Original file line number Diff line number Diff line change 4141
4242 - name : Download build artifact
4343 if : github.event.action != 'closed'
44- uses : actions/download-artifact@v4
44+ uses : actions/download-artifact@v8
4545 with :
4646 name : build-output
4747 path : ./build
You can’t perform that action at this time.
0 commit comments