Skip to content

Commit 6d0cd32

Browse files
authored
Update to latest version of changelog-enforcer (#509)
1 parent 0004963 commit 6d0cd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
echo "::set-output name=VERSION::$(cat ./lib/ice_cube/version.rb | grep VERSION | awk '{ print $3 }' | sed -e 's/\"//g')"
2525
- uses: actions/checkout@v2
26-
- uses: dangoslen/changelog-enforcer@v2.2.0
26+
- uses: dangoslen/changelog-enforcer@v2.3.1
2727
with:
2828
skipLabels: 'skip-changelog'
2929
expectedLatestVersion: ${{ steps.read-version.outputs.VERSION }}

0 commit comments

Comments
 (0)