Skip to content

Commit

Permalink
chore(deps): Bump the actions group with 2 updates (#404)
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates: [subosito/flutter-action](https://github.com/subosito/flutter-action) and [Burnett01/rsync-deployments](https://github.com/burnett01/rsync-deployments).


Updates `subosito/flutter-action` from 2.13.0 to 2.16.0
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](subosito/flutter-action@62f096c...44ac965)

Updates `Burnett01/rsync-deployments` from 6.0.0 to 7.0.1
- [Release notes](https://github.com/burnett01/rsync-deployments/releases)
- [Commits](Burnett01/rsync-deployments@45d84ad...796cf0d)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: Burnett01/rsync-deployments
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 5, 2024
1 parent de2ac31 commit ed9847b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Get lcov_cobertura
run: curl -sSL https://raw.github.com/eriwen/lcov-to-cobertura-xml/master/lcov_cobertura/lcov_cobertura.py -o lcov_cobertura.py
- name: Setup Flutter
uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
with:
flutter-version: ${{ env.flutter_version }}
channel: ${{ env.flutter_channel }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
env:
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
- name: Setup Flutter
uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
with:
flutter-version: ${{ env.flutter_version }}
channel: ${{ env.flutter_channel }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
env:
VERSION: ${{ needs.test.outputs.version }}
- name: Setup Flutter
uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
with:
flutter-version: ${{ env.flutter_version }}
channel: ${{ env.flutter_channel }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
env:
VERSION: ${{ needs.test.outputs.version }}
- name: Setup Flutter
uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
with:
flutter-version: ${{ env.flutter_version }}
channel: ${{ env.flutter_channel }}
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
with:
name: web
- name: Copy file to server
uses: Burnett01/rsync-deployments@45d84ad5f6c174f3e0ffc50e9060a9666d09c16e
uses: Burnett01/rsync-deployments@796cf0d5e4b535745ce49d7429f77cf39e25ef39
with:
switches: -vzr --delete --exclude ".well-known"
path: "."
Expand All @@ -202,7 +202,7 @@ jobs:
with:
name: web
- name: Copy file to server
uses: Burnett01/rsync-deployments@45d84ad5f6c174f3e0ffc50e9060a9666d09c16e
uses: Burnett01/rsync-deployments@796cf0d5e4b535745ce49d7429f77cf39e25ef39
with:
switches: -vzr --delete --exclude ".well-known"
path: "."
Expand Down

0 comments on commit ed9847b

Please sign in to comment.