aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-12 06:45:38 +1100
committerGitHub <[email protected]>2023-12-12 06:45:38 +1100
commit9d2f90b1406c6454c6174b37a029b0659ec4c98c (patch)
tree7c516d801d4e092fb77b73a504da940f3a2cfbf1 /.github
parentea72aea47d262505fa0f453dc0700200cc110b26 (diff)
downloadIronOS-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.yml2
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: |