From 399c15fb91ef66da94847e8730325a437d7ae82b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:06:11 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] --- .github/workflows/gitstamp.yaml | 2 +- .github/workflows/linter.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitstamp.yaml b/.github/workflows/gitstamp.yaml index f21caab..c4a3cf6 100644 --- a/.github/workflows/gitstamp.yaml +++ b/.github/workflows/gitstamp.yaml @@ -11,7 +11,7 @@ jobs: name: Timestamp commit with Gitstamp steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Submit Gitstamp transaction uses: artob/gitstamp-action@v1 with: diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 9135bb9..828d832 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Lint Markdown and YAML files uses: docker://github/super-linter:v3.4.0 env: