Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2 to 2.3.4
Browse files Browse the repository at this point in the history
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](actions/checkout@v2...v2.3.4)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jbergstroem committed May 12, 2021
1 parent ddbb8f8 commit 6b24ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
env:
SHELLCHECK_VERSION: 0.7.2
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: install shellcheck
run: |
wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v${{ env.SHELLCHECK_VERSION }}/shellcheck-v${{ env.SHELLCHECK_VERSION }}.linux.x86_64.tar.xz" | tar -xJ
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
name: prettier
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/[email protected]
with:
node-version: "14.x"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: bash_unit
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: fetch hadolint version
run: echo "HADOLINT_VERSION=$(cat HADOLINT_VERSION)" >> ${GITHUB_ENV}
- name: install hadolint
Expand Down

0 comments on commit 6b24ec4

Please sign in to comment.