We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b463f2b commit 4dec0f3Copy full SHA for 4dec0f3
.github/workflows/drupal-example.yaml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
with:
21
fetch-depth: "0"
22
- name: Report versions
.github/workflows/merge-branch.yaml
@@ -7,7 +7,7 @@ jobs:
7
sync-branch:
8
9
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
12
- name: Merge main -> versioned
13
uses: devmasx/merge-branch@master
0 commit comments