From 69f35f3305b6b9d697c686bbe401f78fd4618dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Wed, 2 Mar 2022 19:46:49 +0100 Subject: [PATCH] Updated "actions/checkout" to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84e5375..76ed0d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: arch: ['amd64', 'arm64v8', 'arm32v7'] steps: - name: 'Checkout project' - uses: 'actions/checkout@v1' + uses: 'actions/checkout@v3' - name: 'Build image' run: | make binfmt-register