|
|
@@ -19,7 +19,7 @@ jobs:
|
|
|
- uses: actions/setup-node@v6
|
|
|
with:
|
|
|
node-version: 24.x
|
|
|
- - uses: actions/checkout@v6
|
|
|
+ - uses: actions/checkout@v7
|
|
|
- run: npm ci
|
|
|
- run: npm run build
|
|
|
- run: npm run format-check
|
|
|
@@ -37,7 +37,7 @@ jobs:
|
|
|
steps:
|
|
|
# Clone this repo
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v6
|
|
|
+ uses: actions/checkout@v7
|
|
|
|
|
|
# Basic checkout
|
|
|
- name: Checkout basic
|
|
|
@@ -229,7 +229,7 @@ jobs:
|
|
|
steps:
|
|
|
# Clone this repo
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v6
|
|
|
+ uses: actions/checkout@v7
|
|
|
|
|
|
# Basic checkout using git
|
|
|
- name: Checkout basic
|
|
|
@@ -261,7 +261,7 @@ jobs:
|
|
|
steps:
|
|
|
# Clone this repo
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v6
|
|
|
+ uses: actions/checkout@v7
|
|
|
|
|
|
# Basic checkout using git
|
|
|
- name: Checkout basic
|
|
|
@@ -291,7 +291,7 @@ jobs:
|
|
|
steps:
|
|
|
# Clone this repo
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v6
|
|
|
+ uses: actions/checkout@v7
|
|
|
with:
|
|
|
path: localClone
|
|
|
|
|
|
@@ -319,7 +319,7 @@ jobs:
|
|
|
|
|
|
# needed to make checkout post cleanup succeed
|
|
|
- name: Fix Checkout v6
|
|
|
- uses: actions/checkout@v6
|
|
|
+ uses: actions/checkout@v7
|
|
|
with:
|
|
|
path: localClone
|
|
|
|
|
|
@@ -328,7 +328,7 @@ jobs:
|
|
|
steps:
|
|
|
# Clone this repo
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v6
|
|
|
+ uses: actions/checkout@v7
|
|
|
with:
|
|
|
path: actions-checkout
|
|
|
|