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 abb1dc6 commit e23b1e7Copy full SHA for e23b1e7
.github/workflows/update-changelog.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout code
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
with:
14
ref: ${{ github.event.release.target_commitish }}
15
@@ -20,7 +20,7 @@ jobs:
20
release-notes: ${{ github.event.release.body }}
21
22
- name: Commit updated CHANGELOG
23
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v6
24
25
branch: main
26
commit_message: Update CHANGELOG
0 commit comments