diff --git a/.github/workflows/dependabot_auto.yml b/.github/workflows/dependabot_auto.yml index 51337d20..be3a40a8 100644 --- a/.github/workflows/dependabot_auto.yml +++ b/.github/workflows/dependabot_auto.yml @@ -20,7 +20,7 @@ jobs: skip-commit-verification: true - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Approve a PR if not already approved run: | diff --git a/.github/workflows/localaibot_automerge.yml b/.github/workflows/localaibot_automerge.yml index 74c725f3..6a1ab891 100644 --- a/.github/workflows/localaibot_automerge.yml +++ b/.github/workflows/localaibot_automerge.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.actor == 'localai-bot' }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Approve a PR if not already approved run: |