diff --git a/README.md b/README.md index 34c3266..9b63604 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 482bb73..eb5026b 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"