Skip to content

Commit

Permalink
chore: Downgrade actions/checkout to v1 for release-notes job
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Jul 1, 2020
1 parent a5c033b commit b71ca69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v1

- name: Release Notary Action
uses: docker://outillage/release-notary
Expand Down

0 comments on commit b71ca69

Please sign in to comment.