From 66ad3537d9857e8377952fd6466aa2fbe2ecc5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 00:11:30 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/screenshots.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index eb855af1..64bef688 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -7,7 +7,7 @@ jobs: name: 'iOS' runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Common flutter setup uses: ./.github/actions/flutter-common @@ -56,7 +56,7 @@ jobs: device_type: androidTabletBig folder: tenInchScreenshots steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Common flutter setup uses: ./.github/actions/flutter-common @@ -126,7 +126,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Download all screenshot artifacts uses: actions/download-artifact@v6