Skip to content

Commit 849f8c1

Browse files
authored
Merge pull request #23 from approvals/fix/upgrade_deps
Fix/upgrade deps
2 parents 6cb9f97 + 934b935 commit 849f8c1

File tree

201 files changed

+58
-4590
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+58
-4590
lines changed

.github/workflows/auto_deploy.yml

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88

99
jobs:
1010
build:
11-
defaults:
12-
run:
13-
working-directory: packages/approval_tests
1411
runs-on: ubuntu-latest
1512
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1613
steps:

.github/workflows/build_and_test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
defaults:
8-
run:
9-
working-directory: packages/approval_tests
107
runs-on: ${{ matrix.os }}
118
strategy:
129
fail-fast: true

.github/workflows/mdsnippets.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
jobs:
55
format_and_snippets:
66
runs-on: ubuntu-latest
7-
defaults:
8-
run:
9-
working-directory: packages/approval_tests
107
steps:
118
- name: 📚 Git Checkout
129
uses: actions/checkout@v4

.github/workflows/publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
permissions:
1111
id-token: write # Required for authentication using OIDC
1212
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
13-
with:
14-
working-directory: packages/approval_tests
1513
# with:
1614
# working-directory: path/to/package/within/repository
1715
create_release:
File renamed without changes.

packages/approval_tests_flutter/CHANGELOG.md renamed to CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.6
2+
- Upgraded all dependencies to actuals.
3+
14
## 1.1.3
25
- Updated README.md file: fix links.
36

@@ -13,7 +16,6 @@
1316
## 1.1.1
1417
- Updated README.md file.
1518

16-
1719
## 1.1.0
1820

1921
- **Breaking release**:
File renamed without changes.

LICENSE.md

-202
This file was deleted.

0 commit comments

Comments
 (0)