From f02524c8dfe1dc37dc4786fcee179140c3195fef Mon Sep 17 00:00:00 2001 From: Nickolay Olshevsky Date: Tue, 18 Jun 2024 21:02:39 +0300 Subject: [PATCH] Update action/checkout to v4 to avoid warnings. --- .github/workflows/build-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index ee6301b..cc45066 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1