summary refs log tree commit diff stats
path: root/.github/workflows/ci_publish.yml
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-12-21 11:15:44 +0800
committerGitHub <noreply@github.com>2023-12-21 11:15:44 +0800
commit02a1a083ed41867514b3499a0b3a8addb4b01ed4 (patch)
treeebae380c86f07fafffef13806fdcd73a367c61d3 /.github/workflows/ci_publish.yml
parent12d847550abf8adb53052975e7c98be916128d81 (diff)
downloadNim-02a1a083ed41867514b3499a0b3a8addb4b01ed4.tar.gz
update action versions (#23109)
Diffstat (limited to '.github/workflows/ci_publish.yml')
-rw-r--r--.github/workflows/ci_publish.yml2
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');