diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-09-05 05:09:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 23:09:27 +0200 |
commit | 3fbb078a3c0f37dc328a1d95e1e2215118481f7b (patch) | |
tree | cc1cea1ef64662beb1882c9004ab74aeeac0e104 /.github/workflows/ci_publish.yml | |
parent | d13aab50cf465a7f2edf9c37a4fa30e128892e72 (diff) | |
download | Nim-3fbb078a3c0f37dc328a1d95e1e2215118481f7b.tar.gz |
update checkout to v4 (#22640)
ref https://github.com/actions/checkout/issues/1448 probably nodejs needs to be updated to 20.x
Diffstat (limited to '.github/workflows/ci_publish.yml')
-rw-r--r-- | .github/workflows/ci_publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_publish.yml b/.github/workflows/ci_publish.yml index d6b628d8c..26c617a8e 100644 --- a/.github/workflows/ci_publish.yml +++ b/.github/workflows/ci_publish.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: 'Checkout' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 |