Skip to content

Commit 0c66579

Browse files
chore(deps): update redhat-cop/github-workflows-operators action to v1.1.4 (#411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b25f00 commit 0c66579

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
shared-operator-workflow:
99
name: shared-operator-workflow
10-
uses: redhat-cop/github-workflows-operators/.github/workflows/pr-operator.yml@v1.1.3
10+
uses: redhat-cop/github-workflows-operators/.github/workflows/pr-operator.yml@v1.1.4
1111
with:
1212
GO_VERSION: ~1.21
1313
RUN_UNIT_TESTS: true

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
shared-operator-workflow:
1111
name: shared-operator-workflow
12-
uses: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@v1.1.3
12+
uses: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@v1.1.4
1313
secrets:
1414
COMMUNITY_OPERATOR_PAT: ${{ secrets.COMMUNITY_OPERATOR_PAT }}
1515
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)