From 06e14a54729444965e104a1d7fa1fbb215fa0283 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Thu, 22 Aug 2024 13:12:58 +0200 Subject: [PATCH] Update convert-examples-to-json.yaml --- .github/workflows/convert-examples-to-json.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/convert-examples-to-json.yaml b/.github/workflows/convert-examples-to-json.yaml index 1e20d72..4825393 100644 --- a/.github/workflows/convert-examples-to-json.yaml +++ b/.github/workflows/convert-examples-to-json.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 # checkout repo content + - uses: actions/checkout@v4 # checkout repo content - uses: actions/setup-node@v4 # setup Node.js with: