File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 - ' *.md'
55 - ' *.png'
66 - ' .gitignore'
7-
7+
88jobs :
99 test :
1010 runs-on : ubuntu-latest
@@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout breedbase_dockerfile repo
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v5
1818 with :
1919 submodules : true
20-
20+
2121 - name : Build container image
2222 run : docker compose -f docker-compose.test.yml build --no-cache test_breedbase
2323
Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ jobs:
2222 # this might remove tools that are actually needed,
2323 # when set to "true" but frees about 6 GB
2424 tool-cache : true
25-
25+
2626 # all of these default to true, but feel free to set to
2727 # "false" if necessary for your workflow
2828 android : true
2929 dotnet : true
3030 haskell : false
3131 large-packages : false
3232 swap-storage : false
33-
33+
3434 - name : Checkout
35- uses : actions/checkout@v2
35+ uses : actions/checkout@v5
3636 with :
3737 submodules : true
3838
You can’t perform that action at this time.
0 commit comments