Skip to content

Commit

Permalink
use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Oct 19, 2023
1 parent 31b0ef5 commit ab9d0c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/drupal-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
# - name: Show Lando logs
# continue-on-error: true
# run: |
# docker-compose -p drupal9elastic logs
# docker-compose -p drupal9elastic logs
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"drupal/core-project-message"
],
"enabled": false
},
{
"matchManagers": ["github-actions"],
"groupName": "GitHub actions"
}
]
}

0 comments on commit ab9d0c9

Please sign in to comment.