Skip to content

Commit

Permalink
build: Update gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dvogt23 committed Nov 6, 2022
1 parent 17960a8 commit 15184af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Publish Cargo Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 15184af

Please sign in to comment.