From 9fc271e109bbb2d994988510d0cf7590e268e012 Mon Sep 17 00:00:00 2001 From: Cycloctane Date: Mon, 17 Feb 2025 03:56:13 +0800 Subject: [PATCH] update checkout action version in example (#496) --- README.md | 2 +- README.zh-Hans.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34c32662..9b636040 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ncipollo/release-action@v1 with: artifacts: "release.tar.gz,foo/*.txt" diff --git a/README.zh-Hans.md b/README.zh-Hans.md index 482bb733..eb5026be 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -71,7 +71,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ncipollo/release-action@v1 with: artifacts: "release.tar.gz,foo/*.txt"