mirror of
https://github.com/Ninjaclasher/dmoj-docker.git
synced 2024-11-25 16:36:31 +08:00
Update build workflow to use actions/checkout@v4
This commit is contained in:
parent
747249e12a
commit
4f2db7e77d
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Initialize submodules
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
|
Loading…
Reference in New Issue
Block a user