diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 00a6034..91b7987 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Lint check .sh uses: Azbagheri/shell-linter@v0.8.0 - name: Lint check .functions