Skip to content

Commit

Permalink
Bump github-actions commits sha (#1171)
Browse files Browse the repository at this point in the history
* Update github-action-get-latest-release and changelo-enforce to use Node 16
  • Loading branch information
desistefanova authored Feb 21, 2023
1 parent 53029eb commit 6aca9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
submodules: false
- name: Enforce Changelog
uses: dangoslen/changelog-enforcer@c0b9fd225180a405c5f21f7a74b99e2eccc3e951
uses: dangoslen/changelog-enforcer@e6d07da252590d17a4c8f11d23a4b4f862499f7e
with:
skipLabels: no-changelog
missingUpdateErrorMessage: Please add an entry in CHANGELOG.md or apply the 'no-changelog' label to skip this check.
2 changes: 1 addition & 1 deletion .github/workflows/update-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: 'Get release version'
id: release-version
uses: pozetroninc/github-action-get-latest-release@06da55dc399d06375d2d1fe57542398d5bd989c6
uses: pozetroninc/github-action-get-latest-release@d1dafdb6e338bdab109e6afce581a01858680dfb
with:
repository: ${{ github.repository }}

Expand Down

0 comments on commit 6aca9f4

Please sign in to comment.