Skip to content

Commit

Permalink
[ci] Upgraded GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored and nemesifier committed Sep 25, 2024
1 parent c57737e commit 1ebbb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Run sh-checker
if: ${{ !cancelled() && steps.deps.conclusion == 'success' }}
uses: luizm/action-sh-checker@v0.4.0
uses: luizm/action-sh-checker@v0.9.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -62,7 +62,7 @@ jobs:

- name: Cache OpenWrt dependencies
id: cache
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-openwisp-config-dependencies
with:
Expand Down

0 comments on commit 1ebbb7c

Please sign in to comment.