Skip to content

Commit 4b75a4e

Browse files
committed
build: Fix release by using newer GPG action
1 parent 395d5d8 commit 4b75a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install jekyll
1919
run: gem install jekyll -v 4.0.0
2020
- name: Install GPG
21-
uses: olafurpg/setup-gpg@v2
21+
uses: olafurpg/setup-gpg@v3
2222
- name: Check/Compile/Test
2323
run: sbt check
2424
- name: Release

0 commit comments

Comments
 (0)