Skip to content

Commit 614d09a

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#160)
1 parent 4478bae commit 614d09a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/bot_update_exclusions.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@v4
21+
uses: actions/checkout@v5
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@v4.1.1
12+
- uses: actions/checkout@v5
1313
- uses: dart-lang/setup-dart@v1
1414

1515
- name: Install Dependencies

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

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

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

.github/workflows/tool_linter_rules.yaml

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

1313
steps:
1414
- name: 📚 Git Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: 🎯 Setup Dart
1818
uses: dart-lang/setup-dart@v1

0 commit comments

Comments
 (0)