From 6532e0462457cb16cbb957d25c83c8b2a50a8645 Mon Sep 17 00:00:00 2001 From: Remy Willems Date: Wed, 18 Sep 2024 10:13:11 +0200 Subject: [PATCH] Update GH action versions --- .github/workflows/azure-pipelines.yml | 2 +- .github/workflows/ci.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/azure-pipelines.yml b/.github/workflows/azure-pipelines.yml index f8306877..e03c0741 100644 --- a/.github/workflows/azure-pipelines.yml +++ b/.github/workflows/azure-pipelines.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Prepare: Checkout Repository" - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: "Install Node.js" uses: actions/setup-node@v3 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 40b1e254..4bd55a84 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: "Prepare: Checkout Repository" - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: "Prepare: Use Node.js ${{ matrix.node-version }}" uses: actions/setup-node@v4 with: @@ -50,10 +50,10 @@ jobs: runs-on: ubuntu-latest steps: - name: "Prepare: Checkout Repository" - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: "Prepare: Get Build Artifact" - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: package path: dist/ @@ -107,7 +107,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Prepare: Checkout Repository" - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: "Prepare: Use Node.js ${{ matrix.node-version }}" uses: actions/setup-node@v1 @@ -115,7 +115,7 @@ jobs: node-version: v12.x - name: "Prepare: Get Build Artifact" - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: package path: dist/