Skip to content

Commit

Permalink
chore(ci): update third-party GitHub actions versions
Browse files Browse the repository at this point in the history
noirbee authored and sebastien-boulle committed Dec 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 05b0325 commit e1ea063
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
path_filters: "changelog_generator/"
- name: Create Release note
id: create_release
uses: ncipollo/release-action@40bb172bd05f266cf9ba4ff965cb61e9ee5f6d01 # 1.9.0
uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # 1.12.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
2 changes: 1 addition & 1 deletion .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
path_filters: "changelog_generator/"
target: ${{ github.base_ref }}..${{ github.head_ref }}
- uses: kanga333/comment-hider@bbdf5b562fbec24e6f60572d8f712017428b92e0
- uses: kanga333/comment-hider@c12bb20b48aeb8fc098e35967de8d4f8018fffdf
name: Hide previous comments
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e1ea063

Please sign in to comment.