diff --git a/.github/workflows/shell-checker.yaml b/.github/workflows/shell-checker.yaml index 4b13f67..4d9122c 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@v6 + - uses: actions/checkout@v7 - name: Run the sh-checker uses: luizm/action-sh-checker@883217215b11c1fabbf00eb1a9a041f62d74c744 env: diff --git a/.github/workflows/shell-format.yaml b/.github/workflows/shell-format.yaml index 7cd83da..5220ec5 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@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} - name: Format, Commit and Push Changes