From ab9d0c9fee28d087520a199511e6aeb948c0912e Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 20 Oct 2023 09:01:32 +1100 Subject: [PATCH] use actions/checkout@v4 --- .github/workflows/drupal-example.yaml | 4 ++-- renovate.json | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/drupal-example.yaml b/.github/workflows/drupal-example.yaml index ed2f076..d592d40 100644 --- a/.github/workflows/drupal-example.yaml +++ b/.github/workflows/drupal-example.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@v4 with: fetch-depth: "0" - name: install Lando @@ -57,4 +57,4 @@ jobs: # - name: Show Lando logs # continue-on-error: true # run: | - # docker-compose -p drupal9elastic logs \ No newline at end of file + # docker-compose -p drupal9elastic logs diff --git a/renovate.json b/renovate.json index 1872085..e6a8d14 100644 --- a/renovate.json +++ b/renovate.json @@ -30,6 +30,10 @@ "drupal/core-project-message" ], "enabled": false + }, + { + "matchManagers": ["github-actions"], + "groupName": "GitHub actions" } ] }