Skip to content

Bump the github-actions group with 3 updates #361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
with:
channel: main

Expand All @@ -47,7 +47,7 @@ jobs:
echo ${{ github.event.number }} > output/issueNumber

- name: Find Comment
uses: peter-evans/find-comment@2b835d608dd789971fb4c563f0dd0c82f2cf23a7
uses: peter-evans/find-comment@5dea84b71a362dec775561631ac27a67d5f31687
id: fc
with:
issue-number: ${{ github.event.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/canary_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
with:
channel: main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
- run: ls -R single-comments

- name: Find Comment
uses: peter-evans/find-comment@2b835d608dd789971fb4c563f0dd0c82f2cf23a7
uses: peter-evans/find-comment@5dea84b71a362dec775561631ac27a67d5f31687
id: fc
with:
issue-number: ${{ github.event.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
with:
sdk: ${{ inputs.sdk }}

- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
if: ${{ inputs.flutter_packages != '' }}
with:
channel: ${{ inputs.channel }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
with:
submodules: ${{ inputs.checkout_submodules }}

- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
if: ${{ inputs.use-flutter }}
with:
channel: ${{ inputs.sdk }}
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
echo "comment=$COMMENT_ID" >> "$GITHUB_OUTPUT"

- name: Create comment
uses: peter-evans/create-or-update-comment@998d73b60e291c5ff04ef95d7a7021dede2b9878
uses: peter-evans/create-or-update-comment@f2fea6b1351032d92152625b7111b8ccfb610107
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (steps.comment-id.outputs.comment == '') }}
continue-on-error: true
with:
Expand All @@ -179,7 +179,7 @@ jobs:
edit-mode: replace

- name: Update comment
uses: peter-evans/create-or-update-comment@998d73b60e291c5ff04ef95d7a7021dede2b9878
uses: peter-evans/create-or-update-comment@f2fea6b1351032d92152625b7111b8ccfb610107
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (steps.comment-id.outputs.comment != '') }}
with:
comment-id: ${{ steps.comment-id.outputs.comment }}
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
with:
submodules: ${{ inputs.checkout_submodules }}

- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
if: ${{ inputs.use-flutter }}
with:
channel: ${{ inputs.sdk }}
Expand Down
Loading