From 51731caf03420cbdcc006f6c97507680c1b64179 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:31:38 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/transfer_files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transfer_files.yml b/.github/workflows/transfer_files.yml index eebe618..eec3d6e 100644 --- a/.github/workflows/transfer_files.yml +++ b/.github/workflows/transfer_files.yml @@ -13,7 +13,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - id: set-matrix run: echo "::set-output name=matrix::$(ls databases/*.json | jq -R -s -c 'split("\n")[:-1]')"