From 57d6a9fc335a8e0f6d5cbe6051e80ae051b1df16 Mon Sep 17 00:00:00 2001 From: "Mateus Felipe C. C. Pinto" Date: Mon, 30 Sep 2024 10:21:48 -0300 Subject: [PATCH] Upgrade actions to use `checkout@v4` Signed-off-by: Mateus Felipe C. C. Pinto --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b6273d6..c2fd360 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: run: working-directory: update_available steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 with: channel: 'stable' @@ -33,7 +33,7 @@ jobs: run: working-directory: update_available_android steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 with: channel: 'stable' @@ -47,7 +47,7 @@ jobs: run: working-directory: update_available_ios steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 with: channel: 'stable' @@ -62,7 +62,7 @@ jobs: run: working-directory: update_available_platform_interface steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 with: channel: 'stable' @@ -76,7 +76,7 @@ jobs: run: working-directory: update_available steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 with: version: '2.8.0'