Skip to content

Commit

Permalink
Update old GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Oct 4, 2024
1 parent f077250 commit 5b18cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,7 @@ jobs:
steps:
- run: sudo apt install libfontconfig1-dev libxkbcommon-dev libxcb-keysyms1-dev
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
components: rustfmt, clippy
uses: actions/checkout@v4

- name: cargo build
uses: actions-rs/cargo@v1
Expand All @@ -46,3 +38,4 @@ jobs:
with:
command: clippy
args: --all-features -- -D warnings

2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get tag name
id: tag_name
Expand Down

0 comments on commit 5b18cb9

Please sign in to comment.