From 2ce8576ab256c07272e38777f341f120eac2a410 Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Tue, 5 Dec 2023 12:19:06 +0100 Subject: [PATCH] CHANGES: github action checkout v2->v4 (#837) Co-authored-by: Bernhard Wagner --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 62e91d36..51240974 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: version: 7 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 849db7d3..c35e7241 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: node-version: [18] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: version: 7