diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a07e2f0..d79e160 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - name: 📚 Git Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🐦 Setup Flutter uses: subosito/flutter-action@v2 diff --git a/.github/workflows/deploy_web.yml b/.github/workflows/deploy_web.yml index f390833..cd89fc4 100644 --- a/.github/workflows/deploy_web.yml +++ b/.github/workflows/deploy_web.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Flutter uses: subosito/flutter-action@v2