Browse Source

chore(ci): bump the github-actions group with 2 updates (#295)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 weeks ago
parent
commit
0311eba80a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ci.yaml

+ 2 - 2
.github/workflows/ci.yaml

@@ -24,10 +24,10 @@ jobs:
         run: |
           python -m pip install --upgrade pip
           pip install -r requirements_dev.txt .
-      - uses: pre-commit/action@v3.0.0
+      - uses: pre-commit/action@v3.0.1
       - name: Tests
         run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
       - name: Upload coverage to Codecov
-        uses: codecov/codecov-action@v5.0.2
+        uses: codecov/codecov-action@v5.3.1
         with:
           token: ${{ secrets.CODECOV_TOKEN }} # required