From f7711ea8f457621728f1cbac335db24ae409cc2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:17:50 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/dart.yml | 2 +- .github/workflows/example.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index e668d82..5d65418 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -22,7 +22,7 @@ jobs: sdk: [ beta, stable, 2.15.0, 2.12.0 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Dart uses: dart-lang/setup-dart@v1.3 diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 6322c18..45446c8 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -16,7 +16,7 @@ jobs: run: working-directory: ./example steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Dart uses: dart-lang/setup-dart@v1.3