Skip to content

Commit ba6945b

Browse files
chore(deps): bump actions/checkout from 4 to 5
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] <support@github.com>
1 parent 98b79ee commit ba6945b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
# Checkout the Repository
1919
- name: 📥 Checkout Repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
# Setup Flutter SDK with Cache
2323
- name: ⚡ Set Up Flutter

.github/workflows/code-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
target: [ default ]
2424
timeout-minutes: 30
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- uses: actions/setup-java@v4
2828
with:
2929
distribution: "temurin"
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: macos-latest
7979
timeout-minutes: 30
8080
steps:
81-
- uses: actions/checkout@v4
81+
- uses: actions/checkout@v5
8282
- uses: subosito/flutter-action@v2
8383
with:
8484
channel: stable

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: 📥 Checkout Code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: ⚡ Set Up Flutter
2222
uses: subosito/flutter-action@v2
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: 📥 Checkout Code
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959

6060
- name: ⚡ Set Up Flutter
6161
uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)