Skip to content

Commit a7fe491

Browse files
committed
Use only major version
1 parent b5a4374 commit a7fe491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
steps:
2121

2222
- name: Checkout repository
23-
uses: actions/checkout@v3.2.0
23+
uses: actions/checkout@v3
2424
with:
2525
token: ${{ secrets.PAT }}
2626
persist-credentials: true
2727
fetch-depth: 0
2828

2929
- name: Get changelog entries
3030
id: changelog
31-
uses: mindsers/changelog-reader-action@v2.2.2
31+
uses: mindsers/changelog-reader-action@v2
3232
with:
3333
version: Unreleased
3434
path: ./CHANGELOG.md

0 commit comments

Comments
 (0)