diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9139029..00a6034 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@v5 + - uses: actions/checkout@v6 - name: Lint check .sh uses: Azbagheri/shell-linter@v0.8.0 - name: Lint check .functions