Skip to content

Commit

Permalink
Merge pull request #114 from pitmonticone/bump-actions
Browse files Browse the repository at this point in the history
Bump GitHub actions
  • Loading branch information
kbuzzard committed Jul 30, 2024
2 parents fae4ceb + 8f23861 commit b4815e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Build project
steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

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

- name: Cache mathlib docs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.lake/build/doc/Init
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
sudo chown -R runner docs
cp -r .lake/build/doc docs/docs
- name: Bundle dependencies
uses: ruby/setup-ruby@v1
with:
Expand All @@ -101,18 +101,18 @@ jobs:
run: JEKYLL_ENV=production bundle exec jekyll build

- name: Upload docs & blueprint artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: docs/

- name: Upload docs & blueprint artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: docs/_site

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

- name: Make sure the cache works
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build project
steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

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

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

0 comments on commit b4815e2

Please sign in to comment.