diff --git a/.github/workflows/shell-checker.yaml b/.github/workflows/shell-checker.yaml index e9edb2b..8a44cc8 100644 --- a/.github/workflows/shell-checker.yaml +++ b/.github/workflows/shell-checker.yaml @@ -7,7 +7,7 @@ jobs: sh-checker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Run the sh-checker uses: luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2 env: diff --git a/.github/workflows/shell-format.yaml b/.github/workflows/shell-format.yaml index f0227d5..7cd83da 100644 --- a/.github/workflows/shell-format.yaml +++ b/.github/workflows/shell-format.yaml @@ -17,7 +17,7 @@ jobs: run: | sudo apt-get install shfmt -y - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} - name: Format, Commit and Push Changes