diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-12 06:45:38 +1100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-12-12 06:45:38 +1100 |
commit | 9d2f90b1406c6454c6174b37a029b0659ec4c98c (patch) | |
tree | 7c516d801d4e092fb77b73a504da940f3a2cfbf1 /.github | |
parent | ea72aea47d262505fa0f453dc0700200cc110b26 (diff) | |
download | IronOS-9d2f90b1406c6454c6174b37a029b0659ec4c98c.tar.gz IronOS-9d2f90b1406c6454c6174b37a029b0659ec4c98c.zip |
chore(deps): bump actions/setup-python from 4 to 5 (#1852)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 56ac4e9c..9e3b8129 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 - run: | |