Skip to content

Commit 457bb32

Browse files
authored
ci: upgrade actions version
1 parent 1ab8131 commit 457bb32

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v7
1515

1616
- name: Setup JDK
17-
uses: actions/setup-java@v3
17+
uses: actions/setup-java@v5
1818
with:
1919
distribution: temurin
2020
java-version: 17

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
Build number: ${{ steps.parse_pr.outputs.build_number }}
6767
6868
- name: Checkout
69-
uses: actions/checkout@v3
69+
uses: actions/checkout@v7
7070
with:
7171
ref: ${{ steps.parse_pr.outputs.commit }}
7272

.github/workflows/deploy_wiki.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pages: write # To push to a GitHub Pages site
1414
id-token: write # To update the deployment status
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919
- uses: cachix/install-nix-action@v20
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Pages
2828
uses: actions/configure-pages@v4
2929
- name: Upload artifact
30-
uses: actions/upload-pages-artifact@v3
30+
uses: actions/upload-pages-artifact@v5
3131
with:
3232
# Upload entire repository
3333
path: 'wiki/book'

0 commit comments

Comments
 (0)