|
3 | 3 | # Automatically generated from npm-packages-helper/templates/*. |
4 | 4 | # |
5 | 5 | # This file is part of the xPack project (http://xpack.github.io). |
6 | | -# Copyright (c) 2021 Liviu Ionescu. All rights reserved. |
| 6 | +# Copyright (c) 2021-2025 Liviu Ionescu. All rights reserved. |
7 | 7 | # |
8 | 8 | # Permission to use, copy, modify, and/or distribute this software |
9 | 9 | # for any purpose is hereby granted, under the terms of the MIT license. |
10 | 10 | # |
11 | 11 | # If a copy of the license was not distributed with this file, it can |
12 | | -# be obtained from https://opensource.org/licenses/MIT. |
| 12 | +# be obtained from https://opensource.org/licenses/mit. |
13 | 13 | # |
14 | 14 | # ----------------------------------------------------------------------------- |
15 | 15 |
|
@@ -69,14 +69,14 @@ jobs: |
69 | 69 | steps: |
70 | 70 | - name: Checkout |
71 | 71 | # https://github.com/actions/checkout |
72 | | - uses: actions/checkout@v4 |
| 72 | + uses: actions/checkout@v5 |
73 | 73 | with: |
74 | 74 | # The full history, required to compute lastUpdatedAt |
75 | 75 | fetch-depth: 0 |
76 | 76 |
|
77 | 77 | - name: Use Nodejs |
78 | 78 | # https://github.com/actions/setup-node |
79 | | - uses: actions/setup-node@v4 |
| 79 | + uses: actions/setup-node@v5 |
80 | 80 | with: |
81 | 81 | # Node LTS version. |
82 | 82 | node-version: 20 |
|
93 | 93 |
|
94 | 94 | - name: Upload Pages artifact |
95 | 95 | # https://github.com/actions/upload-pages-artifact |
96 | | - uses: actions/upload-pages-artifact@v3 |
| 96 | + uses: actions/upload-pages-artifact@v4 |
97 | 97 | with: |
98 | 98 | # Upload entire repository |
99 | 99 | path: './website/build' |
|
0 commit comments