diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb06836..81e5b41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: statuses: write # Required to send commit status checks steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/prettybot-automation.yml b/.github/workflows/prettybot-automation.yml index 6cb1d26..181188e 100644 --- a/.github/workflows/prettybot-automation.yml +++ b/.github/workflows/prettybot-automation.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Create new branch run: | diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index a666524..7bf76c3 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run Renovate uses: renovatebot/github-action@v46.1.21 with: