Skip to content

Commit 0bba995

Browse files
committed
fixup! feat(ci): update all GitHub actions
1 parent dc69ca3 commit 0bba995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build+test+deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: dotnet fsi build.fsx -t Pack
6565
- name: Get Changelog Entry
6666
id: changelog_reader
67-
uses: mindsers/changelog-reader-action@v2.2.2
67+
uses: mindsers/changelog-reader-action@v2
6868
with:
6969
version: ${{ github.ref }}
7070
path: ./CHANGELOG.md
@@ -87,7 +87,7 @@ jobs:
8787
prerelease: false
8888
- name: Upload binaries to release (if tag)
8989
if: startsWith(github.ref, 'refs/tags/')
90-
uses: svenstaro/upload-release-action@v2.7.0
90+
uses: svenstaro/upload-release-action@v2
9191
with:
9292
repo_token: ${{ secrets.GITHUB_TOKEN }}
9393
file: out/*.nupkg

0 commit comments

Comments
 (0)