diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-08 19:22:23 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-06-08 15:23:40 -0400 |
| commit | 184acc6fa9a1691603b277cf4bd21af33864dacf (patch) | |
| tree | f03cb9c61a885613eea40d6bc09b5418b8c392b5 /.github | |
| parent | 15034b1368252fb9ff016f37920b327c5286307b (diff) | |
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/static.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 78609c09..e0b61da9 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v3 with: cache: npm - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v4 with: python-version: '3.10' cache: pip |
