diff --git a/.github/workflows/dependabot_automerge.yml b/.github/workflows/dependabot_automerge.yml index 61c349f..c703c09 100644 --- a/.github/workflows/dependabot_automerge.yml +++ b/.github/workflows/dependabot_automerge.yml @@ -15,7 +15,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Enable automerge for Dependabot PRs shell: bash env: diff --git a/.github/workflows/publii_update.yml b/.github/workflows/publii_update.yml index add1a08..1ad0fd1 100644 --- a/.github/workflows/publii_update.yml +++ b/.github/workflows/publii_update.yml @@ -32,7 +32,7 @@ jobs: } - name: Checkout Publii repo if: steps.check_pr.outputs.pr_open == 'false' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: GetPublii/Publii fetch-depth: 1