From 6af23fc85373e692c003e1c16e74c6734bd5d944 Mon Sep 17 00:00:00 2001 From: bvandeusen Date: Mon, 9 Mar 2026 21:44:37 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20actions/checkout=20v4=20=E2=86=92=20v6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .forgejo/workflows/build.yml | 2 +- .forgejo/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 3406723..6f5e02b 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -28,7 +28,7 @@ jobs: container: image: ghcr.io/cirruslabs/flutter:stable steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install dependencies run: flutter pub get diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index c92249f..c7bb658 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: container: image: ghcr.io/cirruslabs/flutter:stable steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install dependencies run: flutter pub get