Skip to content

Commit

Permalink
Update actions/checkout version in workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Don Penney <[email protected]>
  • Loading branch information
donpenney committed Apr 13, 2023
1 parent 4ea44a3 commit e0cb513
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# matrix:
# go: [ '1.16', '1.17' ]
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v3
# - name: Install Go
# uses: actions/setup-go@v2
# with:
Expand All @@ -36,7 +36,7 @@ jobs:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
Expand All @@ -46,9 +46,9 @@ jobs:
bashate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup python3
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Setup bashate
Expand All @@ -59,7 +59,7 @@ jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Markdown Lint
uses: ruzickap/action-my-markdown-linter@v1
with:
Expand Down

0 comments on commit e0cb513

Please sign in to comment.