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