Skip to content

Commit

Permalink
update olafurpg/setup-gpg to v3
Browse files Browse the repository at this point in the history
fixes security issue with setting environment variables.

See-Also: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
  • Loading branch information
ccmtaylor committed Nov 20, 2020
1 parent 1350991 commit 9a6035d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: 1.8
- name: Run tests
run: sbt +test scripted
- uses: olafurpg/setup-gpg@v2
- uses: olafurpg/setup-gpg@v3
- name: Release
env:
CI_SNAPSHOT_RELEASE: "+publishSigned"
Expand Down

0 comments on commit 9a6035d

Please sign in to comment.