From f6b9b25132bdf2dfb52f8ba9d4f4475661d7abbb Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Wed, 8 Mar 2023 12:52:33 +0100 Subject: [PATCH] ci: update `actions/checkout` from v2 to v3 in our GitHub workflows --- .github/workflows/storage-image-processing-api.yaml | 2 +- .github/workflows/validate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/storage-image-processing-api.yaml b/.github/workflows/storage-image-processing-api.yaml index 7df7dca1..a0eb1c18 100644 --- a/.github/workflows/storage-image-processing-api.yaml +++ b/.github/workflows/storage-image-processing-api.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v2-beta with: node-version: '14' diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 44cf6da4..dfd95971 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -7,7 +7,7 @@ jobs: linting: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v2-beta with: node-version: '14'