From 16a6426da7c0e486ccf3982d312abeb4b3e29185 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 01:17:28 +0000 Subject: [PATCH] chore(deps): update github actions dependencies to v4 (major) (#865) * chore(deps): update github actions dependencies to v4 * chore: revert `release-changelog-builder-action` update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joshua Tang --- .github/workflows/appainter-annotations.yml | 2 +- .github/workflows/appainter-builder.yml | 4 ++-- .github/workflows/example-app.yml | 4 ++-- .github/workflows/github-actions.yml | 6 +++--- .github/workflows/post-dependency-update.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/appainter-annotations.yml b/.github/workflows/appainter-annotations.yml index bf958eaa..3cf93dad 100644 --- a/.github/workflows/appainter-annotations.yml +++ b/.github/workflows/appainter-annotations.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Setup Dart 💻 uses: dart-lang/setup-dart@v1.4 diff --git a/.github/workflows/appainter-builder.yml b/.github/workflows/appainter-builder.yml index e3ad0d4a..9e525470 100644 --- a/.github/workflows/appainter-builder.yml +++ b/.github/workflows/appainter-builder.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Setup Dart 💻 uses: dart-lang/setup-dart@v1.4 @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Setup Dart 💻 uses: dart-lang/setup-dart@v1.4 diff --git a/.github/workflows/example-app.yml b/.github/workflows/example-app.yml index 082dda7f..ea0c2275 100644 --- a/.github/workflows/example-app.yml +++ b/.github/workflows/example-app.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Get project Flutter version 🏷️ id: fvm-config @@ -68,7 +68,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Get project Flutter version 🏷️ id: fvm-config diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 40584261..f27f9fa3 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Get project Flutter version 🏷️ id: fvm-config @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Get project Flutter version 🏷️ id: fvm-config @@ -101,7 +101,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: fetch-depth: 0 ref: main diff --git a/.github/workflows/post-dependency-update.yml b/.github/workflows/post-dependency-update.yml index bd65cdeb..a09e3d48 100644 --- a/.github/workflows/post-dependency-update.yml +++ b/.github/workflows/post-dependency-update.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: token: ${{ secrets.PAT }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9902897e..f0b2732c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Get project Flutter version 🏷️ id: fvm-config @@ -100,7 +100,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: fetch-depth: 0 token: ${{ secrets.PAT }} @@ -176,7 +176,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: fetch-depth: 0 ref: main @@ -228,7 +228,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: token: ${{ secrets.PAT }} ref: main