Skip to content

Commit 6f304f4

Browse files
committed
test
1 parent c739725 commit 6f304f4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Setup Rust cache
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: |
3030
~/.cargo/bin/
@@ -67,12 +67,12 @@ jobs:
6767

6868
steps:
6969
- name: Checkout repository
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
fetch-depth: 0
7373

7474
- name: Setup Rust cache
75-
uses: actions/cache@v3
75+
uses: actions/cache@v4
7676
with:
7777
path: |
7878
~/.cargo/bin/
@@ -98,13 +98,13 @@ jobs:
9898
run: mdbook build
9999

100100
- name: Setup Pages
101-
uses: actions/configure-pages@v3
101+
uses: actions/configure-pages@v5
102102

103103
- name: Upload artifact
104-
uses: actions/upload-pages-artifact@v2
104+
uses: actions/upload-pages-artifact@v4
105105
with:
106106
path: ./book
107107

108108
- name: Deploy to GitHub Pages
109109
id: deployment
110-
uses: actions/deploy-pages@v2
110+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)