diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16834bd..9ea3bc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@v5 # https://github.com/actions/checkout + uses: actions/checkout@v6 # https://github.com/actions/checkout - name: Run the sh-checker diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 969c544..d803b66 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v5 # https://github.com/actions/checkout + uses: actions/checkout@v6 # https://github.com/actions/checkout - name: Run stale action uses: actions/stale@v10 # https://github.com/actions/stale