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]')"