Skip to content

Commit 0ce4ff2

Browse files
committed
Update CI action versions
1 parent 24e74de commit 0ce4ff2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Build / Linux
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v4
99

1010
- uses: actions/setup-node@v3
1111
with:

.github/workflows/release-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
github.event.workflow_run.conclusion == 'success' ||
1818
github.event.workflow_run.conclusion == null
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121

2222
- name: Log in to GitHub Container Registry
2323
uses: docker/login-action@v2

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
target:
1616
- any
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919

2020
- uses: actions/setup-node@v3
2121
with:
@@ -44,7 +44,7 @@ jobs:
4444
- run: npm run build
4545
- run: npm run build-prod
4646

47-
- uses: actions/upload-artifact@v2
47+
- uses: actions/upload-artifact@v4
4848
with:
4949
name: ${{ env.PACKAGE_NAME }}-${{ matrix.target }}
5050
path: dist/kamu-platform

0 commit comments

Comments
 (0)