Skip to content

Commit

Permalink
Merge #96
Browse files Browse the repository at this point in the history
96: Bump actions/checkout to fix Node version warning r=lnicola a=lnicola

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md).
- [x] I added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users.
---



Co-authored-by: Laurențiu Nicola <[email protected]>
  • Loading branch information
bors[bot] and lnicola authored Aug 30, 2023
2 parents 6d50409 + fd0f348 commit a0cbac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
image: ${{ matrix.container_image }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- run: cargo build --no-default-features
- run: cargo test --no-default-features
- run: cargo build --all-features
Expand Down

0 comments on commit a0cbac6

Please sign in to comment.