Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ingest/vendored/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: nextstrain/.github/actions/shellcheck@master
2 changes: 1 addition & 1 deletion ingest/vendored/.github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: "3.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ matrix.repo }}
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ matrix.repo }}
# Fetch all history since `git subrepo pull` needs to check history
Expand All @@ -84,7 +84,7 @@ jobs:
# keep it in a path within the downstream repo that does not interfere
# with the subrepo changes
- name: Checkout git-subrepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: "ingydotnet/git-subrepo"
path: ${{ env.GIT_SUBREPO_DIR }}
Expand Down
4 changes: 2 additions & 2 deletions ingest/vendored/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/nextstrain/ingest
branch = main
commit = bfa9de236fc0dae1d42a4e3a36b95ff586c51438
parent = e0fd3987f37512a42de7ae27fd2f3fae8565c7c5
commit = d711b0817ec3e099e6fe7dee6694fe29f8e32ad4
parent = 0c34b0e1c1a039dcf700fc75f6958f5a2145c9de
method = merge
cmdver = 0.4.9
Loading