From f38ab63d2d1a8e0f7bdb87d827b0e313d6e6b0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aitor=20Garc=C3=ADa=20Rey?= Date: Tue, 14 Feb 2023 19:11:11 +0100 Subject: [PATCH] feat(infra): Moving to checkout v3 because of https://github.com/actions/checkout/issues/1048 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3265687..0d0e822 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run markdownlint-cli uses: nosborn/github-action-markdown-cli@v2.0.0 with: @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run YAML Lint uses: actionshub/yamllint@main