Readme: update checkout to v3 (#303)
Update checkout to v3 which is the latest version and encourage people to use it when creating a release Co-authored-by: Spencer Comfort <109806759+GiddyGoatGaming@users.noreply.github.com>
This commit is contained in:
@@ -68,7 +68,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "release.tar.gz,foo/*.txt"
|
artifacts: "release.tar.gz,foo/*.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user