Skip to content

Commit

Permalink
build: Update action/checkout from v3 to v4 (#332)
Browse files Browse the repository at this point in the history
in order to get rid of the node.js 16 warning
  • Loading branch information
AiyionPrime authored Jul 21, 2024
1 parent f28a6ac commit 724f7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --features test-vendored-openssl
- name: Run tests
Expand All @@ -28,7 +28,7 @@ jobs:
env:
VCPKGRS_DYNAMIC: 1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --features test-vendored-openssl
- name: Run tests
Expand Down

0 comments on commit 724f7ba

Please sign in to comment.