Skip to content

Commit

Permalink
chore(deps): Bump actions/checkout from 3.5.3 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.3...3df4ab1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 8770e1e commit 4d8d4de
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 24 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0

- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0

- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Git Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0

- name: Test
uses: ./.github/composite_actions/setup_chromedriver
Expand All @@ -100,7 +100,7 @@ jobs:
- "16"
steps:
- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0

- name: Launch Simulator (iOS ${{ matrix.ios-version }})
uses: ./.github/composite_actions/launch_ios_simulator
Expand All @@ -113,7 +113,7 @@ jobs:
labels: amplify-flutter_ubuntu-latest_4-core
steps:
- name: Git Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0

- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
with:
submodules: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/amplify_canaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- channel: "stable"
flutter-version: "3.10.1"
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
with:
persist-credentials: false

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- channel: "stable"
flutter-version: "3.10.1"
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
with:
persist-credentials: false
submodules: true
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- "14.5"
- "16"
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
with:
persist-credentials: false
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_dart2js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
os:ubuntu-latest
- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0

- name: Git Submodules
run: git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_ddc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
os:ubuntu-latest
- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0

- name: Git Submodules
run: git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: git config --system core.longpaths true

- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0

- name: Git Submodules
run: git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
os:ubuntu-latest
- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0

- name: Git Submodules
run: git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- 24
- 33
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
with:
persist-credentials: false
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
with:
persist-credentials: false
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
with:
persist-credentials: false
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
with:
persist-credentials: false
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
with:
persist-credentials: false
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- beta
steps:
- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0

- name: Git Submodules
run: git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- beta
steps:
- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0

- name: Git Submodules
run: git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
flutter-version: "3.10.1"
steps:
- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0

- name: Git Submodules
run: git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0

- name: Git Submodules
run: git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_pub_constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
with:
submodules: true

Expand Down

0 comments on commit 4d8d4de

Please sign in to comment.