diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-12-21 11:15:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 11:15:44 +0800 |
commit | 02a1a083ed41867514b3499a0b3a8addb4b01ed4 (patch) | |
tree | ebae380c86f07fafffef13806fdcd73a367c61d3 /.github/workflows/ci_publish.yml | |
parent | 12d847550abf8adb53052975e7c98be916128d81 (diff) | |
download | Nim-02a1a083ed41867514b3499a0b3a8addb4b01ed4.tar.gz |
update action versions (#23109)
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 58da92206..decfe953e 100644 --- a/.github/workflows/ci_publish.yml +++ b/.github/workflows/ci_publish.yml @@ -71,7 +71,7 @@ jobs: run: nim c -r -d:release ci/action.nim - name: 'Comment' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const fs = require('fs'); |