Skip to content

Commit 78354f9

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#213)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 063e958 commit 78354f9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bot_updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: 📚 Git Checkout
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222

2323
- name: 🎯 Setup Dart
2424
uses: dart-lang/setup-dart@v1

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
- uses: dart-lang/setup-dart@v1
1414
with:
1515
sdk: "3.12.0"

.github/workflows/pub_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: 📚 Git Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
- name: 🎯 Setup Dart
1717
uses: dart-lang/setup-dart@v1
1818
with:

.github/workflows/sync_labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
steps:
1616
- name: ⤵️ Check out code from GitHub
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818

1919
- name: 🚀 Run Label Sync
2020
uses: srealmoreno/label-sync-action@v2

.github/workflows/verify_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.head_ref == 'release-please--branches--main--components--very_good_analysis'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414

1515
- uses: dart-lang/setup-dart@v1
1616
with:

0 commit comments

Comments
 (0)