Skip to content

Commit e1c1ee0

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#114)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70ca16c commit e1c1ee0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yaml

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

3737
steps:
3838
- name: 📚 Git Checkout
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040

4141
- name: 🎯 Setup Dart
4242
uses: dart-lang/setup-dart@v1

.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@v5
15+
uses: actions/checkout@v6
1616
- name: 🎯 Setup Dart
1717
uses: dart-lang/setup-dart@v1
1818
- name: 🐦 Setup Flutter

.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@v5
17+
uses: actions/checkout@v6
1818

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

0 commit comments

Comments
 (0)