Skip to content

Commit 566a108

Browse files
committed
ci: bump action version
Signed-off-by: rare-magma <[email protected]>
1 parent 43f91a2 commit 566a108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: zip pvpc_exporter-${{ matrix.goos }}-${{ matrix.goarch }}.zip pvpc_exporter
7070
- name: Create Release
7171
id: create_release
72-
uses: softprops/action-gh-release@v1
72+
uses: softprops/action-gh-release@v2
7373
with:
7474
files: pvpc_exporter-${{ matrix.goos }}-${{ matrix.goarch }}.zip
7575
tag_name: latest

0 commit comments

Comments
 (0)