From 6dd895d7faee2add3156570e69a709bd1c37b92a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:11:33 +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/ci.yml | 2 +- .github/workflows/todos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50b94bfb..f1e3859a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: MT: [false] continue-on-error: ${{ !matrix.crystal.stable }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Test ${{ matrix.subset }} run: ./test ${{ matrix.MT && '-Dpreview_mt' || '' }} --tag ${{ matrix.subset }} --order random env: diff --git a/.github/workflows/todos.yml b/.github/workflows/todos.yml index 7d79c03a..e9ad12f4 100644 --- a/.github/workflows/todos.yml +++ b/.github/workflows/todos.yml @@ -5,7 +5,7 @@ jobs: name: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: alstr/todo-to-issue-action@v4.10.2 with: AUTO_ASSIGN: true # Assign issue to whoever wrote the todo