Skip to content

Commit 8f23861

Browse files
committed
Bump GitHub actions
1 parent fae4ceb commit 8f23861

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/push.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Build project
3030
steps:
3131
- name: Checkout project
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0
3535

@@ -43,7 +43,7 @@ jobs:
4343
run: ~/.elan/bin/lake build FLT
4444

4545
- name: Cache mathlib docs
46-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4747
with:
4848
path: |
4949
.lake/build/doc/Init
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
sudo chown -R runner docs
9090
cp -r .lake/build/doc docs/docs
91-
91+
9292
- name: Bundle dependencies
9393
uses: ruby/setup-ruby@v1
9494
with:
@@ -101,18 +101,18 @@ jobs:
101101
run: JEKYLL_ENV=production bundle exec jekyll build
102102

103103
- name: Upload docs & blueprint artifact
104-
uses: actions/upload-pages-artifact@v1
104+
uses: actions/upload-pages-artifact@v3
105105
with:
106106
path: docs/
107107

108108
- name: Upload docs & blueprint artifact
109-
uses: actions/upload-pages-artifact@v1
109+
uses: actions/upload-pages-artifact@v3
110110
with:
111111
path: docs/_site
112112

113113
- name: Deploy to GitHub Pages
114114
id: deployment
115-
uses: actions/deploy-pages@v1
115+
uses: actions/deploy-pages@v4
116116

117117
- name: Make sure the cache works
118118
run: |

.github/workflows/push_pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build project
88
steps:
99
- name: Checkout project
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
1313

@@ -18,4 +18,4 @@ jobs:
1818
run: ~/.elan/bin/lake exe cache get
1919

2020
- name: Build project
21-
run: ~/.elan/bin/lake build FLT
21+
run: ~/.elan/bin/lake build FLT

0 commit comments

Comments
 (0)