From 7f32978c4e76294520b7cbfbf37e02b63d18979d Mon Sep 17 00:00:00 2001 From: Christian Kaatz Date: Thu, 28 Sep 2023 09:54:46 +0200 Subject: [PATCH] Update github actions --- .github/workflows/ci-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 4fafddd2..a396e6ac 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -18,10 +18,10 @@ jobs: timeout-minutes: 10 steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: "18.18.0" cache: "npm" @@ -47,7 +47,7 @@ jobs: packages: write steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build an image from Dockerfile run: |