Skip to content

Commit

Permalink
Bump redhat-cop/github-actions from 2 to 3 (#55)
Browse files Browse the repository at this point in the history
Bumps [redhat-cop/github-actions](https://github.com/redhat-cop/github-actions) from 2 to 3.
- [Release notes](https://github.com/redhat-cop/github-actions/releases)
- [Commits](redhat-cop/github-actions@v2...v3)

---
updated-dependencies:
- dependency-name: redhat-cop/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2021
1 parent 67711a1 commit 76167ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
pip install pytest pytest-custom_exit_code
pytest argo-cd-bridges/gitlab --suppress-no-test-exit-code
- uses: redhat-cop/github-actions/s2i@v2
- uses: redhat-cop/github-actions/s2i@v3
with:
path: argo-cd-bridges/gitlab
base: registry.access.redhat.com/rhscl/python-36-rhel7:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/resource-dispatcher-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: redhat-cop/github-actions/s2i@v2
- uses: redhat-cop/github-actions/s2i@v3
with:
path: resource-dispatcher
base: registry.access.redhat.com/ubi8/python-38:latest
Expand Down

0 comments on commit 76167ae

Please sign in to comment.