From 5bdba538eab19e08175196f7a99b5a8041684525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:07:44 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rebuild-all.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-all.yaml b/.github/workflows/rebuild-all.yaml index 5b516df6..15d9a7a5 100644 --- a/.github/workflows/rebuild-all.yaml +++ b/.github/workflows/rebuild-all.yaml @@ -7,7 +7,7 @@ jobs: rebuild_all: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Repository Dispatch run: ./ingest/vendored/trigger nextstrain/mpox rebuild env: