From 91ee3f5cb807011161e82b32f61b6be228c335b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:22:36 +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