Skip to content

Commit 40b1130

Browse files
authored
Update README.md (#41)
Bump actions/checkout from 3 to 4 Bump stefanzweifel/git-auto-commit-action from 4 to 5
1 parent 23517d7 commit 40b1130

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout code
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
with:
4545
ref: ${{ github.event.release.target_commitish }}
4646

@@ -51,7 +51,7 @@ jobs:
5151
release-notes: ${{ github.event.release.body }}
5252

5353
- name: Commit updated CHANGELOG
54-
uses: stefanzweifel/git-auto-commit-action@v4
54+
uses: stefanzweifel/git-auto-commit-action@v5
5555
with:
5656
branch: ${{ github.event.release.target_commitish }}
5757
commit_message: Update CHANGELOG
@@ -104,7 +104,7 @@ jobs:
104104
105105
steps:
106106
- name: Checkout code
107-
uses: actions/checkout@v3
107+
uses: actions/checkout@v4
108108
with:
109109
# Fetch entire history of repository to ensure relase date can be
110110
# extracted from commit of the given tag.
@@ -137,7 +137,7 @@ jobs:
137137
# compare-url-target-revision: ${{ github.event.release.target_commitish }}
138138

139139
- name: Commit updated CHANGELOG
140-
uses: stefanzweifel/git-auto-commit-action@v4
140+
uses: stefanzweifel/git-auto-commit-action@v5
141141
with:
142142
# Push updated CHANGELOG to release target branch.
143143
branch: ${{ github.event.release.target_commitish }}

0 commit comments

Comments
 (0)