Skip to content

Commit 1870540

Browse files
authored
Upgrade GitHub Actions for Node 24 compatibility (#5911)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent 9a772b6 commit 1870540

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-image-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "tag_version=${{ github.event.inputs.tag_version || 'latest' }}" >> $GITHUB_OUTPUT
2828
2929
- name: Checkout
30-
uses: actions/checkout@v4.1.1
30+
uses: actions/checkout@v6.0.2
3131

3232
- name: Set up QEMU
3333
uses: docker/setup-qemu-action@v3.0.0

.github/workflows/docker-image-ecr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "tag_version=${{ github.event.inputs.tag_version || 'latest' }}" >> $GITHUB_OUTPUT
4141
4242
- name: Checkout
43-
uses: actions/checkout@v4.1.1
43+
uses: actions/checkout@v6.0.2
4444

4545
- name: Set up QEMU
4646
uses: docker/setup-qemu-action@v3.0.0

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
env:
2020
PUPPETEER_SKIP_DOWNLOAD: true
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- uses: pnpm/action-setup@v4
2424
with:
2525
version: 10.26.0
2626
- name: Use Node.js ${{ matrix.node-version }}
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v6
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
cache: 'pnpm'

.github/workflows/proprietary-path-guard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 0
4141

.github/workflows/test_docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
env:
1616
PUPPETEER_SKIP_DOWNLOAD: true
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- run: docker build --no-cache -t flowise .

0 commit comments

Comments
 (0)