Skip to content

Commit

Permalink
Update GH Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeexe committed Oct 26, 2023
1 parent dc08a4f commit d127846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:

name: "Shellcheck"
env:
VERSION: v0.8.0
VERSION: v0.9.0

jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install shellcheck
run: |
wget -q https://github.com/koalaman/shellcheck/releases/download/$VERSION/shellcheck-$VERSION.linux.x86_64.tar.xz \
Expand Down

0 comments on commit d127846

Please sign in to comment.