Skip to content
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

Bump the dependencies group with 4 updates #265

Merged
Merged
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
26 changes: 13 additions & 13 deletions .github/workflows/dart.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

- name: Find Comment
uses: peter-evans/find-comment@bf21a578dd780f2e451dac9c1aa40a64c4285b75
uses: peter-evans/find-comment@b383afd667691860cbc502904e846e74cf1bac33
id: fc
with:
issue-number: ${{ github.event.number }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/health_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
path: current_repo/
submodules: ${{ inputs.checkout_submodules }}

- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
ref: ${{ github.event.pull_request.base.ref }}
path: base_repo/
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:

- name: Upload coverage to Coveralls
if: ${{ inputs.upload_coverage && inputs.check == 'coverage' }}
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
with:
format: lcov
base-path: current_repo/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
submodules: ${{ inputs.checkout_submodules }}

Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV

- name: Create comment
uses: peter-evans/create-or-update-comment@da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f
uses: peter-evans/create-or-update-comment@8da4c50e7142257262c9df90da4e74a59068c038
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID == '') }}
continue-on-error: true
with:
Expand All @@ -166,7 +166,7 @@ jobs:
edit-mode: replace

- name: Update comment
uses: peter-evans/create-or-update-comment@da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f
uses: peter-evans/create-or-update-comment@8da4c50e7142257262c9df90da4e74a59068c038
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID != '') }}
with:
comment-id: ${{ env.COMMENT_ID }}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
submodules: ${{ inputs.checkout_submodules }}

Expand Down