From 54a9a1efb241e8159c3bc14ef4f2da7194145b92 Mon Sep 17 00:00:00 2001 From: Vesa Meskanen Date: Wed, 4 Sep 2024 15:07:49 +0300 Subject: [PATCH] Update actions versions --- .github/workflows/dev-pipeline.yml | 2 +- .github/workflows/prod-pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-pipeline.yml b/.github/workflows/dev-pipeline.yml index c9c802c4d..c1cbe045f 100644 --- a/.github/workflows/dev-pipeline.yml +++ b/.github/workflows/dev-pipeline.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set time zone to Europe/Helsinki uses: zcong1993/setup-timezone@master with: diff --git a/.github/workflows/prod-pipeline.yml b/.github/workflows/prod-pipeline.yml index 9ceb1e3a2..30f1a14d3 100644 --- a/.github/workflows/prod-pipeline.yml +++ b/.github/workflows/prod-pipeline.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set time zone to Europe/Helsinki uses: zcong1993/setup-timezone@master with: