Skip to content

Commit 6bec45c

Browse files
committed
update checkout
1 parent a734e8c commit 6bec45c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- '*.md'
55
- '*.png'
66
- '.gitignore'
7-
7+
88
jobs:
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

.github/workflows/tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)