Skip to content

Commit 377f877

Browse files
chore(deps): update softprops/action-gh-release action to v3 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 30727cf commit 377f877

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
name: aws-lambda-rie
4444
path: bin/*
4545
- name: Release binaries
46-
uses: softprops/action-gh-release@v2
46+
uses: softprops/action-gh-release@v3
4747
if: startsWith(github.ref, 'refs/tags/')
4848
with:
4949
files: bin/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
make tests-with-docker
3131
make integ-tests
3232
- name: Release
33-
uses: softprops/action-gh-release@v2
33+
uses: softprops/action-gh-release@v3
3434
with:
3535
name: Release ${{ github.event.inputs.releaseVersion }}
3636
tag_name: v${{ github.event.inputs.releaseVersion }}

0 commit comments

Comments
 (0)