Skip to content

Commit b32b782

Browse files
author
Lasim
committed
chore(all): ci/cd updates
1 parent c5db135 commit b32b782

File tree

13 files changed

+344
-262
lines changed

13 files changed

+344
-262
lines changed

.github/workflows/backend-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git config user.name "${GITHUB_ACTOR}"
3434
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3535
- name: Setup node
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v5
3737
with:
3838
node-version: 20
3939
cache: npm

.github/workflows/backend-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
2727
2828
- name: Setup node
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v5
3030
with:
3131
node-version: 20
3232
cache: npm

.github/workflows/branch-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.event.pull_request.head.ref == 'backend-release' || github.event.pull_request.head.ref == 'frontend-release' || github.event.pull_request.head.ref == 'satellite-release'
1919
steps:
2020
- name: Delete release branch
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
with:
2323
github-token: ${{ secrets.APP_INSTALLATION_TOKEN }}
2424
script: |

.github/workflows/frontend-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3636
3737
- name: Setup node
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v5
3939
with:
4040
node-version: 20
4141
cache: npm

.github/workflows/frontend-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
2727
2828
- name: Setup node
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v5
3030
with:
3131
node-version: 20
3232
cache: npm

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v5
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v5
1919
with:
2020
node-version: 20
2121
cache: npm

.github/workflows/satellite-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git config user.name "${GITHUB_ACTOR}"
3434
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3535
- name: Setup node
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v5
3737
with:
3838
node-version: 20
3939
cache: npm

.github/workflows/satellite-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
2727
2828
- name: Setup node
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v5
3030
with:
3131
node-version: 20
3232
cache: npm

0 commit comments

Comments
 (0)