Skip to content

Commit

Permalink
Bump checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tarka committed Jun 27, 2024
1 parent 51a993e commit 7420ae5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Add necessary packages
run: sudo apt-get update && sudo apt-get install -y libacl1-dev
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
expensive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Add necessary packages
run: sudo apt-get update && sudo apt-get install -y libacl1-dev
Expand All @@ -65,7 +65,7 @@ jobs:
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Install Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash /dev/stdin -y
Expand All @@ -79,7 +79,7 @@ jobs:
freebsd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: vmactions/freebsd-vm@v1
with:
Expand Down

0 comments on commit 7420ae5

Please sign in to comment.