Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
icepuma committed Feb 10, 2024
1 parent 8fe34ab commit fbe2c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check && cargo clippy --all-targets --all-features -- -D warnings
- run: cargo test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
BINARY_NAME: fbtoggl
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: cargo login ${CARGO_RELEASE_TOKEN}
env:
CARGO_RELEASE_TOKEN: ${{ secrets.CARGO_RELEASE_TOKEN }}
Expand Down

0 comments on commit fbe2c88

Please sign in to comment.