From 149744a04fda80afd0231c2f5930e688ec1c20f7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 20:46:48 +0000 Subject: [PATCH] Update actions/checkout action to v3 --- .github/workflows/lint.yml | 2 +- .github/workflows/publish-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a34ef8b..fdcd9c2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: matrix: node-version: [16.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install modules run: yarn - name: Run ESLint diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index d863255..4f57d33 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Docker meta id: meta