Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#57)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

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

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 Sep 25, 2023
1 parent e165053 commit f9baff4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 10
steps:
- name: 📚 Git checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_package_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🎯 Setup Dart
uses: dart-lang/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_example_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 10
steps:
- name: 📚 Git checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🐦 Setup Flutter
uses: subosito/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_package_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🐦 Setup Flutter
uses: subosito/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links_and_spell_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 10
steps:
- name: 📚 Git checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🔗 Link checker
uses: lycheeverse/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 1️⃣ Set version tag
run: |
Expand Down

0 comments on commit f9baff4

Please sign in to comment.