From dcfeddccbf07e043707dbd74fb616fa2f1dae31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Wed, 2 Mar 2022 19:48:11 +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 230b9ef..d63011a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: arch: ['amd64', 'arm64v8'] steps: - name: 'Checkout project' - uses: 'actions/checkout@v1' + uses: 'actions/checkout@v3' - name: 'Build image' run: | make binfmt-register