|
@@ -6,12 +6,12 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Installing Node
|
|
|
- uses: actions/setup-node@v3.7.0
|
|
|
+ uses: actions/setup-node@v4.4.0
|
|
|
with:
|
|
|
node-version: 22
|
|
|
|
|
@@ -49,12 +49,12 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Installing Node
|
|
|
- uses: actions/setup-node@v3.7.0
|
|
|
+ uses: actions/setup-node@v4.4.0
|
|
|
with:
|
|
|
node-version: 22
|
|
|
|
|
@@ -161,12 +161,12 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Install Node
|
|
|
- uses: actions/setup-node@v3.7.0
|
|
|
+ uses: actions/setup-node@v4.4.0
|
|
|
with:
|
|
|
node-version: 22
|
|
|
|
|
@@ -315,7 +315,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
|
|
@@ -324,7 +324,7 @@ jobs:
|
|
|
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags'))
|
|
|
|
|
|
- name: Installing Node
|
|
|
- uses: actions/setup-node@v3.7.0
|
|
|
+ uses: actions/setup-node@v4.4.0
|
|
|
with:
|
|
|
node-version: 22
|
|
|
|