Skip to content

Commit ae08bbc

Browse files
committed
Merge remote-tracking branch 'origin/v2.x' into fix_foreach
2 parents 9343af5 + 0c54070 commit ae08bbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge-up.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Create pull request
2626
id: create-pull-request
27-
uses: alcaeus/[email protected].0
27+
uses: alcaeus/[email protected].1
2828
with:
2929
ref: ${{ github.ref_name }}
3030
branchNamePattern: 'v<major>.<minor>'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: "Determine branch to merge up to"
110110
id: get-next-branch
111-
uses: alcaeus/automatic-merge-up-action/[email protected].0
111+
uses: alcaeus/automatic-merge-up-action/[email protected].1
112112
with:
113113
ref: ${{ github.ref_name }}
114114
branchNamePattern: 'v<major>.<minor>'

0 commit comments

Comments
 (0)