Bump the github-actions group with 5 updates (#351)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml
index a0abb84..6f8e0c2 100644
--- a/.github/workflows/canary.yaml
+++ b/.github/workflows/canary.yaml
@@ -22,7 +22,7 @@
with:
token: ${{ secrets.GITHUB_TOKEN }}
- - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
+ - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
channel: main
@@ -47,7 +47,7 @@
echo ${{ github.event.number }} > output/issueNumber
- name: Find Comment
- uses: peter-evans/find-comment@9735ba2ed6a47d05499d9b653e05f347f3031e89
+ uses: peter-evans/find-comment@2b835d608dd789971fb4c563f0dd0c82f2cf23a7
id: fc
with:
issue-number: ${{ github.event.number }}
@@ -60,7 +60,7 @@
- name: Upload markdown
if: success() || failure()
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: output
path: output/
diff --git a/.github/workflows/canary_test.yml b/.github/workflows/canary_test.yml
index 0ef9d2e..46de634 100644
--- a/.github/workflows/canary_test.yml
+++ b/.github/workflows/canary_test.yml
@@ -28,7 +28,7 @@
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
+ - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
channel: main
diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml
index 2c34b0d..7200b45 100644
--- a/.github/workflows/health.yaml
+++ b/.github/workflows/health.yaml
@@ -241,14 +241,14 @@
steps:
- name: Download All Artifacts
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
+ uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
with:
path: single-comments
- run: ls -R single-comments
- name: Find Comment
- uses: peter-evans/find-comment@9735ba2ed6a47d05499d9b653e05f347f3031e89
+ uses: peter-evans/find-comment@2b835d608dd789971fb4c563f0dd0c82f2cf23a7
id: fc
with:
issue-number: ${{ github.event.number }}
@@ -267,7 +267,7 @@
run: echo ${{ steps.fc.outputs.comment-id }} >> output/commentId
- name: Upload folder with number and markdown
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: output
path: output/
diff --git a/.github/workflows/health_base.yaml b/.github/workflows/health_base.yaml
index 9323290..199462e 100644
--- a/.github/workflows/health_base.yaml
+++ b/.github/workflows/health_base.yaml
@@ -131,7 +131,7 @@
with:
sdk: ${{ inputs.sdk }}
- - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
+ - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
if: ${{ inputs.flutter_packages != '' }}
with:
channel: ${{ inputs.channel }}
@@ -205,7 +205,7 @@
- name: Upload markdown
if: success() || failure()
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: comment-${{ inputs.check }}
path: current_repo/output/comment.md
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index 45e9251..43df9c2 100644
--- a/.github/workflows/publish.yaml
+++ b/.github/workflows/publish.yaml
@@ -119,7 +119,7 @@
with:
submodules: ${{ inputs.checkout_submodules }}
- - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
+ - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
if: ${{ inputs.use-flutter }}
with:
channel: ${{ inputs.sdk }}
@@ -170,7 +170,7 @@
echo "comment=$COMMENT_ID" >> "$GITHUB_OUTPUT"
- name: Create comment
- uses: peter-evans/create-or-update-comment@5a1e4b77bf9c12cc13806fc353ad08dc110f78ce
+ uses: peter-evans/create-or-update-comment@998d73b60e291c5ff04ef95d7a7021dede2b9878
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (steps.comment-id.outputs.comment == '') }}
continue-on-error: true
with:
@@ -179,7 +179,7 @@
edit-mode: replace
- name: Update comment
- uses: peter-evans/create-or-update-comment@5a1e4b77bf9c12cc13806fc353ad08dc110f78ce
+ uses: peter-evans/create-or-update-comment@998d73b60e291c5ff04ef95d7a7021dede2b9878
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (steps.comment-id.outputs.comment != '') }}
with:
comment-id: ${{ steps.comment-id.outputs.comment }}
@@ -193,7 +193,7 @@
- name: Upload folder with number and markdown
if: ${{ !inputs.write-comments }}
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: output
path: output/
@@ -214,7 +214,7 @@
with:
submodules: ${{ inputs.checkout_submodules }}
- - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
+ - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
if: ${{ inputs.use-flutter }}
with:
channel: ${{ inputs.sdk }}