Skip to content

Commit

Permalink
chore(deps): bump manusa/actions-setup-openshift from 1.1.3 to 1.1.4
Browse files Browse the repository at this point in the history
Bumps [manusa/actions-setup-openshift](https://github.com/manusa/actions-setup-openshift) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/manusa/actions-setup-openshift/releases)
- [Commits](manusa/actions-setup-openshift@v1.1.3...v1.1.4)

---
updated-dependencies:
- dependency-name: manusa/actions-setup-openshift
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and manusa committed Oct 31, 2022
1 parent ca2acc9 commit 68a295d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-httpclient-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup OpenShift
uses: manusa/actions-setup-openshift@v1.1.3
uses: manusa/actions-setup-openshift@v1.1.4
with:
oc version: ${{ matrix.openshift }}
github token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup OpenShift
uses: manusa/actions-setup-openshift@v1.1.3
uses: manusa/actions-setup-openshift@v1.1.4
with:
oc version: ${{ matrix.openshift }}
github token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 68a295d

Please sign in to comment.