Skip to content

Commit e223538

Browse files
authored
Merge pull request #337 from redhat-cop/renovate/redhat-cop-github-workflows-operators-1.x
chore(deps): update redhat-cop/github-workflows-operators action to v1.1.0
2 parents 488828b + 0abf883 commit e223538

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

0 commit comments

Comments
 (0)