Skip to content

Commit

Permalink
chore: update dependencies (#169)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* ci: update outdated actions
  • Loading branch information
Shadow53 authored Mar 22, 2023
1 parent 9a7c951 commit d5768f5
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 172 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

Expand All @@ -72,7 +72,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

Expand All @@ -97,7 +97,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: mdbook build book
- name: Publish to Netlify (Stable)
if: ${{ github.ref == 'refs/heads/main' }}
uses: nwtgck/actions-netlify@v1.2
uses: nwtgck/actions-netlify@v2
with:
publish-dir: book/book
production-branch: main
Expand All @@ -31,7 +31,7 @@ jobs:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
- name: Publish to Netlify (Preview)
if: ${{ github.event_name == 'pull_request' }}
uses: nwtgck/actions-netlify@v1.2
uses: nwtgck/actions-netlify@v2
with:
publish-dir: book/book
alias: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
override: true
- name: Install Knope
uses: knope-dev/action@v1
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
Expand Down
Loading

0 comments on commit d5768f5

Please sign in to comment.