Use more generic versions to stop renovate from triggering so often

This commit is contained in:
Gwilym Kuiper 2022-07-14 22:58:32 +01:00
parent bb0a88973f
commit 1c82c56dd2
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi libelf-dev zip -y run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi libelf-dev zip -y
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Cache - name: Cache
uses: actions/cache@v3.0.5 uses: actions/cache@v3
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry

View file

@ -49,7 +49,7 @@ jobs:
- name: Build the book - name: Build the book
run: just build-book run: just build-book
- name: Deploy the book - name: Deploy the book
uses: JamesIves/github-pages-deploy-action@v4.3.4 uses: JamesIves/github-pages-deploy-action@v4
with: with:
branch: gh-pages branch: gh-pages
folder: book/book folder: book/book