Skip to content

Commit ae6e301

Browse files
dependabot[bot]dependabot[bot]Quentin Barrand
authored andcommitted
Bump actions/setup-python from 3.1.0 to 3.1.1 (#32)
* Bump actions/setup-python from 3.1.0 to 3.1.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@‌github.com> * Fix CI. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@‌users.noreply.github.com> Co-authored-by: Quentin Barrand <quentin@‌quba.fr>
1 parent a104272 commit ae6e301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212

13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].1
1414
with:
1515
cache: pip
1616

ci/install-ci/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resources:
55
- ../../config/default
66

77
images:
8-
- name: controller
8+
- name: ghcr.io/qbarrand/oot-operator
99
newName: ooto
1010
newTag: local
1111

0 commit comments

Comments
 (0)