Skip to content

Commit 1bf75d4

Browse files
chore(deps): update actions/checkout action to v6 (#1395)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1736a27 commit 1bf75d4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,30 @@ jobs:
88
analyze:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: kuhnroyal/flutter-fvm-config-action/setup@v3
1313
- run: flutter pub get
1414
- run: flutter analyze --fatal-infos
1515

1616
format:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- uses: kuhnroyal/flutter-fvm-config-action/setup@v3
2121
- run: flutter pub get
2222
- run: dart format --set-exit-if-changed .
2323

2424
test:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- uses: kuhnroyal/flutter-fvm-config-action/setup@v3
2929
- run: flutter test
3030

3131
build:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
- uses: kuhnroyal/flutter-fvm-config-action/setup@v3
3636
- name: Clean Rust toolchain cache
3737
run: rm -rf ~/.rustup ~/.cargo

.github/workflows/snap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build_and_release_linux_snap_edge_amd64:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 5
1616
- run: echo ${{ vars.FORCED_UPDATE_THRESHOLD }} > forced_update.txt
@@ -29,7 +29,7 @@ jobs:
2929
build_and_release_linux_snap_edge_arm64:
3030
runs-on: ubuntu-24.04-arm
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 5
3535
- run: echo ${{ vars.FORCED_UPDATE_THRESHOLD }} > forced_update.txt

0 commit comments

Comments
 (0)