Skip to content

Commit

Permalink
Update README.md (#41)
Browse files Browse the repository at this point in the history
Bump actions/checkout from 3 to 4

Bump stefanzweifel/git-auto-commit-action from 4 to 5
  • Loading branch information
realrashid authored Oct 24, 2023
1 parent 23517d7 commit 40b1130
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.target_commitish }}

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

- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: ${{ github.event.release.target_commitish }}
commit_message: Update CHANGELOG
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Fetch entire history of repository to ensure relase date can be
# extracted from commit of the given tag.
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
# compare-url-target-revision: ${{ github.event.release.target_commitish }}

- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
# Push updated CHANGELOG to release target branch.
branch: ${{ github.event.release.target_commitish }}
Expand Down

0 comments on commit 40b1130

Please sign in to comment.