mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Update actions/checkout action to v4
This commit is contained in:
parent
e1088e76bc
commit
52bb8f76e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-maven.yml
vendored
2
.github/workflows/publish-maven.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue