From 67d60d576c386c24dad3287e7462bce8cf7fef38 Mon Sep 17 00:00:00 2001 From: Spencer C <109806759+SpencerIsGiddy@users.noreply.github.com> Date: Sat, 1 Apr 2023 17:09:32 -0400 Subject: [PATCH] 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> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe35b07..5baea44 100644 --- a/README.md +++ b/README.md @@ -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"