Skip to content

Commit 4c54c21

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#105)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 034e566 commit 4c54c21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)