From ef938668131d914285fa0fc4c57687eb24dc8fd8 Mon Sep 17 00:00:00 2001 From: Martin Tepper Date: Tue, 27 Feb 2024 11:54:33 +0100 Subject: [PATCH] update actions/checkout in deployment pipeline --- .github/workflows/Deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 55d26e0..0542f5e 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -9,7 +9,7 @@ jobs: TER: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - id: composer-cache run: echo "::set-output name=dir::$(composer config cache-files-dir)" - uses: actions/cache@v1