Skip to content

Commit 3da6de1

Browse files
authored
Update GitHub Actions to use newer versions
1 parent 6c6b810 commit 3da6de1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-changelog.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v4
1717
with:
18-
ref: 1.x
18+
ref: 4.x
1919

2020
- name: Update Changelog
2121
uses: stefanzweifel/changelog-updater-action@v1
@@ -24,8 +24,8 @@ jobs:
2424
release-notes: ${{ github.event.release.body }}
2525

2626
- name: Commit updated CHANGELOG
27-
uses: stefanzweifel/git-auto-commit-action@v7
27+
uses: stefanzweifel/git-auto-commit-action@v6
2828
with:
29-
branch: 1.x
29+
branch: 4.x
3030
commit_message: Update CHANGELOG
3131
file_pattern: CHANGELOG.md

0 commit comments

Comments
 (0)