From caf1cdbecde095507b88bdd3893c1147b9215f6e Mon Sep 17 00:00:00 2001 From: Rydmike <39990307+rydmike@users.noreply.github.com> Date: Sun, 3 Mar 2024 21:59:12 +0200 Subject: [PATCH] Update GH Actions --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/deploy_test.yml | 2 +- .github/workflows/test.yml | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12928b3..f9db99a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: name: Analyze, test and build the example and web app runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Flutter and Dart SDK uses: subosito/flutter-action@v2 with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8ed978d..54f7b65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: name: Analyze, test build and deploy the web demo runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Flutter and Dart SDK uses: subosito/flutter-action@v2 with: diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index 4a54cac..8cc971f 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -32,7 +32,7 @@ jobs: name: Analyze, test build and deploy the web demo runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Flutter and Dart SDK uses: subosito/flutter-action@v2 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c4f9b5..1ed0daf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,8 +25,7 @@ jobs: name: Analyze and run all tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - + - uses: actions/checkout@v4 - name: Install Flutter and Dart SDK uses: subosito/flutter-action@v2 with: