Browse Source

chore(ci): bump the github-actions group with 3 updates (#395)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 month ago
parent
commit
2201c9014a
2 changed files with 4 additions and 4 deletions
  1. 2 2
      .github/workflows/ci.yaml
  2. 2 2
      .github/workflows/python-publish.yml

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

@@ -14,7 +14,7 @@ jobs:
         python-version: ["3.11", "3.12", "3.13"]
 
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - name: Set up Python
         uses: actions/setup-python@v5
         with:
@@ -28,6 +28,6 @@ jobs:
       - name: Tests
         run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
       - name: Upload coverage to Codecov
-        uses: codecov/codecov-action@v5.4.3
+        uses: codecov/codecov-action@v5.5.0
         with:
           token: ${{ secrets.CODECOV_TOKEN }} # required

+ 2 - 2
.github/workflows/python-publish.yml

@@ -12,7 +12,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - name: Set up Python
         uses: actions/setup-python@v5
         with:
@@ -45,7 +45,7 @@ jobs:
 
     steps:
       - name: Download all the dists
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v5
         with:
           name: python-package-distributions
           path: dist/