From 4c94fd058cb1394ea75a7279feb46311d320b564 Mon Sep 17 00:00:00 2001 From: Omar Ferro <30318301+FerroO2000@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:52:21 +0100 Subject: [PATCH] Update gen_from_json.yml --- .github/workflows/gen_from_json.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gen_from_json.yml b/.github/workflows/gen_from_json.yml index b4b8327..43e8247 100644 --- a/.github/workflows/gen_from_json.yml +++ b/.github/workflows/gen_from_json.yml @@ -17,7 +17,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Select JSON files id: set-matrix run: echo "matrix=$(find $JSON_FILES_DIR | egrep '\.json$' | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT @@ -25,7 +25,7 @@ jobs: sync-branch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Merge master into build uses: devmasx/merge-branch@master @@ -44,7 +44,7 @@ jobs: matrix: json-file: ${{ fromJson(needs.list-json-files.outputs.matrix) }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get filenames run: |