Skip to content

Commit 864dd63

Browse files
committed
Bump versions in workflow
1 parent b57b0d8 commit 864dd63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55

66
jobs:
77
build:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- name: Check if release
1111
id: setup
@@ -14,7 +14,7 @@ jobs:
1414
github.event_name == 'push' && github.ref == 'refs/heads/main'
1515
}}" >> $GITHUB_OUTPUT
1616
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Upgrade jinja
2020
run: pip install -U jinja2
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Publish
3333
if: ${{ steps.setup.outputs.IS_RELEASE == 'true' }}
34-
uses: peaceiris/actions-gh-pages@v3
34+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
publish_dir: ./_build/html

0 commit comments

Comments
 (0)