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 | |
parent | 12d847550abf8adb53052975e7c98be916128d81 (diff) | |
download | Nim-02a1a083ed41867514b3499a0b3a8addb4b01ed4.tar.gz |
update action versions (#23109)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_docs.yml | 4 | ||||
-rw-r--r-- | .github/workflows/ci_publish.yml | 2 | ||||
-rw-r--r-- | .github/workflows/stale.yml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 32e8e050e..2faa37ce0 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -45,7 +45,7 @@ jobs: - target: windows os: windows-2019 - target: osx - os: macos-11 + os: macos-12 name: ${{ matrix.target }} runs-on: ${{ matrix.os }} @@ -109,7 +109,7 @@ jobs: if: | github.event_name == 'push' && github.ref == 'refs/heads/devel' && matrix.target == 'linux' - uses: crazy-max/ghaction-github-pages@v3 + uses: crazy-max/ghaction-github-pages@v4 with: build_dir: doc/html env: 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'); diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d89a4888a..0c5a533e1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,7 +9,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: days-before-pr-stale: 365 days-before-pr-close: 30 |