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_docs.yml | |
parent | 12d847550abf8adb53052975e7c98be916128d81 (diff) | |
download | Nim-02a1a083ed41867514b3499a0b3a8addb4b01ed4.tar.gz |
update action versions (#23109)
Diffstat (limited to '.github/workflows/ci_docs.yml')
-rw-r--r-- | .github/workflows/ci_docs.yml | 4 |
1 files changed, 2 insertions, 2 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: |