From 6d5479cfa7e2fd3cc9395e40125806b6315f747d Mon Sep 17 00:00:00 2001 From: Cezar Lungu Date: Sat, 22 Jun 2024 18:24:38 +0200 Subject: [PATCH] Update actions/checkout to v4 --- .github/workflows/update-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-check.yml b/.github/workflows/update-check.yml index 42641cf..b37991d 100644 --- a/.github/workflows/update-check.yml +++ b/.github/workflows/update-check.yml @@ -13,7 +13,7 @@ jobs: branch: [ master ] # list all branches to check steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ matrix.branch }}