From 8bd3e02fd2a22f4309ea6e59e25e16d062e670cd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 24 Jan 2022 09:05:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v2 --- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c3ba41f..f4c7e10 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -6,6 +6,6 @@ jobs: runs-on: ubuntu-latest name: Verify commit messages steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Run commitsar uses: docker://aevea/commitsar@sha256:b77adebc0437d4f2bfdf9205a39003e88acbc77a9176fd086b386207a5f3f5cb diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 865e4c1..c159ed4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Release Notary Action uses: docker://aevea/release-notary@sha256:8b26ced466da96b23a947d5c9e58baac22ee1192fd08200011e5b178f42118a0