Skip to content

Commit 14f91aa

Browse files
[chore]: bump node and checkout to v7
Signed-off-by: Lenox Wiltshire <lenoxwiltshire@gmail.com>
1 parent d76f9ff commit 14f91aa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434
with:
3535
ref: 'master'
3636

@@ -43,7 +43,7 @@ jobs:
4343
cache: false
4444

4545
- name: Setup Node
46-
uses: actions/setup-node@v6
46+
uses: actions/setup-node@v7
4747
with:
4848
node-version: '22'
4949

@@ -102,7 +102,7 @@ jobs:
102102
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
103103

104104
- name: Checkout meshery-cloud repo
105-
uses: actions/checkout@v6
105+
uses: actions/checkout@v7
106106
with:
107107
repository: layer5io/meshery-cloud
108108
token: ${{ secrets.GH_ACCESS_TOKEN }}

.github/workflows/label-commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
steps:
2121
- name: Checkout repo 🛎️
22-
uses: actions/checkout@master
22+
uses: actions/checkout@v7
2323
with:
2424
ref: master # Set your default branch
2525
env:

0 commit comments

Comments
 (0)