From 8fc1e747649e8e4eb84e3a9d9a41080079980358 Mon Sep 17 00:00:00 2001 From: Christian Tacke <58549698+ChristianTackeGSI@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:10:11 +0100 Subject: [PATCH] chore: upgrade checkout step to v4 --- .github/workflows/codemeta_validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codemeta_validate.yaml b/.github/workflows/codemeta_validate.yaml index 46a7b0c0..503f664c 100644 --- a/.github/workflows/codemeta_validate.yaml +++ b/.github/workflows/codemeta_validate.yaml @@ -16,6 +16,6 @@ jobs: container: image: gitlab-registry.in2p3.fr/escape2020/wp3/eossr:v1.0 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: validate codemeta run: eossr-metadata-validator codemeta.json