소스 검색

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

Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

Updates `codecov/codecov-action` from 5.4.3 to 5.5.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.4.3...v5.5.0)

Updates `actions/download-artifact` from 4 to 5
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 10 달 전
부모
커밋
c411bb470c
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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"]
         python-version: ["3.11", "3.12", "3.13"]
 
 
     steps:
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - name: Set up Python
       - name: Set up Python
         uses: actions/setup-python@v5
         uses: actions/setup-python@v5
         with:
         with:
@@ -28,6 +28,6 @@ jobs:
       - name: Tests
       - name: Tests
         run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
         run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
       - name: Upload coverage to Codecov
       - name: Upload coverage to Codecov
-        uses: codecov/codecov-action@v5.4.3
+        uses: codecov/codecov-action@v5.5.0
         with:
         with:
           token: ${{ secrets.CODECOV_TOKEN }} # required
           token: ${{ secrets.CODECOV_TOKEN }} # required

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

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