From 788cb696cf7774e8da8e80fb91e92b562d55274c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:18:08 +0200 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 (#102) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dart_package.yaml | 2 +- .github/workflows/publish_version.yaml | 2 +- .github/workflows/radio_horizon.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dart_package.yaml b/.github/workflows/dart_package.yaml index 6c55a6a..5306447 100644 --- a/.github/workflows/dart_package.yaml +++ b/.github/workflows/dart_package.yaml @@ -54,7 +54,7 @@ jobs: steps: - name: 📚 Git Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🎯 Setup Dart uses: dart-lang/setup-dart@v1 diff --git a/.github/workflows/publish_version.yaml b/.github/workflows/publish_version.yaml index 26ca562..4298ddb 100644 --- a/.github/workflows/publish_version.yaml +++ b/.github/workflows/publish_version.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to the Container registry uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d diff --git a/.github/workflows/radio_horizon.yaml b/.github/workflows/radio_horizon.yaml index 4ef905c..eaacbad 100644 --- a/.github/workflows/radio_horizon.yaml +++ b/.github/workflows/radio_horizon.yaml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📚 Git Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🎯 Setup Dart uses: dart-lang/setup-dart@v1