aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-07 16:58:41 +0100
committerGitHub <noreply@github.com>2022-03-07 16:58:41 +0100
commit5c2ba2a35b21917a486ebed977ecfffceefeefd7 (patch)
tree886c3abb3161d15c3f1ce42fe3f3b483368ac3bb
parent4dfbc55cd91861c357c5ff07146c8639fcb89c61 (diff)
Bump actions/checkout from 2.4.0 to 3 (#326)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [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.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 86f6e19..71c569a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- name: shellcheck
uses: ludeeus/action-shellcheck@1.1.0
env:
@@ -15,7 +15,7 @@ jobs:
shfmt:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
- name: shfmt
uses: bltavares/actions/shfmt@master
env: