Skip to content

Commit

Permalink
Update github actions to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinling committed Jul 6, 2024
1 parent 828d667 commit cc4ac5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
VCPKG_INSTALLED_DIR: ${{ github.workspace }}/vcpkg/installed

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
Expand Down Expand Up @@ -94,11 +94,11 @@ jobs:
args: --release

- name: Test
uses: GabrielBB/xvfb-action@v1
uses: coactions/setup-xvfb@v1
with:
run: cargo test

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Packetry ${{ matrix.os }}
path: |
Expand Down

0 comments on commit cc4ac5f

Please sign in to comment.