mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
chore(deps): update actions/checkout action to v4
This commit is contained in:
parent
3b1bef532b
commit
a8e6907305
5 changed files with 6 additions and 6 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
matrix:
|
||||
java: [ 17 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: set up JDK ${{ matrix.java }}
|
||||
uses: actions/setup-java@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue