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 68630db commit 93282b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/drupal-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 @@ -64,4 +64,4 @@ jobs:
# - name: Show Lando logs
# continue-on-error: true
# run: |
# docker-compose -p drupal9base logs
# docker-compose -p drupal9base logs
4 changes: 2 additions & 2 deletions .github/workflows/merge-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4

- name: Merge main -> php81
uses: devmasx/merge-branch@master
with:
type: now
from_branch: main
target_branch: php81
github_token: ${{ github.token }}
github_token: ${{ github.token }}
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"drupal/core-project-message"
],
"enabled": false
},
{
"matchManagers": ["github-actions"],
"groupName": "GitHub actions"
}
]
}

0 comments on commit 93282b0

Please sign in to comment.