Skip to content

Commit

Permalink
chore(deps): bump the github_actions group with 2 updates (#4059)
Browse files Browse the repository at this point in the history
Bumps the github_actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [dorny/paths-filter](https://github.com/dorny/paths-filter).


Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

Updates `dorny/paths-filter` from 2 to 3
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](dorny/paths-filter@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github_actions
- dependency-name: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github_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 Feb 9, 2024
1 parent 10a505c commit c134bd3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
name: Angular Dart Package Detection
id: needs_angular_dart_example_checks
with:
Expand All @@ -47,7 +47,7 @@ jobs:
- ./.github/actions/dart_package/action.yaml
- examples/github_search/angular_github_search/**
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
name: Dart Package Detection
id: needs_dart_package_checks
with:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- ./.github/actions/dart_package/action.yaml
- packages/bloc/**
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
name: Flutter Package Detection
id: needs_flutter_package_checks
with:
Expand All @@ -99,7 +99,7 @@ jobs:
- ./.github/actions/flutter_package/action.yaml
- packages/hydrated_bloc/**
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
name: Example Detection
id: needs_flutter_example_checks
with:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🎯 Build ${{ matrix.package }}
uses: ./.github/actions/dart_package
Expand All @@ -214,7 +214,7 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🎯 Build ${{ matrix.package }}
uses: ./.github/actions/flutter_package
Expand All @@ -238,7 +238,7 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🎯 Build ${{ matrix.example }}
uses: ./.github/actions/angular_dart_package
Expand All @@ -261,7 +261,7 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🎯 Build ${{ matrix.example }}
uses: ./.github/actions/flutter_package
Expand Down

0 comments on commit c134bd3

Please sign in to comment.