From 892df14ade53426101935e53f95891f38a9359f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 20:03:28 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 8ade135 --- .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 3cf93dad..63b7fa33 100644 --- a/.github/workflows/appainter-annotations.yml +++ b/.github/workflows/appainter-annotations.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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 9e525470..47fb5f82 100644 --- a/.github/workflows/appainter-builder.yml +++ b/.github/workflows/appainter-builder.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup Dart 💻 uses: dart-lang/setup-dart@v1.4 @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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 ea0c2275..3e7f6536 100644 --- a/.github/workflows/example-app.yml +++ b/.github/workflows/example-app.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Get project Flutter version 🏷️ id: fvm-config @@ -68,7 +68,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Get project Flutter version 🏷️ id: fvm-config diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index f27f9fa3..6bebf710 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Get project Flutter version 🏷️ id: fvm-config @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Get project Flutter version 🏷️ id: fvm-config @@ -101,7 +101,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: fetch-depth: 0 ref: main diff --git a/.github/workflows/post-dependency-update.yml b/.github/workflows/post-dependency-update.yml index a09e3d48..50a4c878 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: token: ${{ secrets.PAT }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0b2732c..2d0bd800 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Get project Flutter version 🏷️ id: fvm-config @@ -100,7 +100,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: fetch-depth: 0 token: ${{ secrets.PAT }} @@ -176,7 +176,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: fetch-depth: 0 ref: main @@ -228,7 +228,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: token: ${{ secrets.PAT }} ref: main