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:
Spencer C
2023-04-01 17:09:32 -04:00
committed by GitHub
parent 0371ac0a22
commit 67d60d576c

View File

@@ -68,7 +68,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
artifacts: "release.tar.gz,foo/*.txt"