Skip to content

Commit 5c23b65

Browse files
authored
Merge pull request #402 from redhat-cop/renovate/redhat-cop-github-workflows-operators-1.x
chore(deps): update redhat-cop/github-workflows-operators action to v1.1.2
2 parents 4526244 + 1bd2db2 commit 5c23b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.1
10+
uses: redhat-cop/github-workflows-operators/.github/workflows/pr-operator.yml@v1.1.2
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.1
12+
uses: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@v1.1.2
1313
secrets:
1414
COMMUNITY_OPERATOR_PAT: ${{ secrets.COMMUNITY_OPERATOR_PAT }}
1515
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)