Skip to content

Commit 4526244

Browse files
authored
Merge pull request #391 from redhat-cop/renovate/redhat-cop-github-workflows-operators-1.x
chore(deps): update redhat-cop/github-workflows-operators action to v1.1.1
2 parents 55aa0bb + eb2b28e commit 4526244

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/[email protected].0
10+
uses: redhat-cop/github-workflows-operators/.github/workflows/[email protected].1
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/[email protected].0
12+
uses: redhat-cop/github-workflows-operators/.github/workflows/[email protected].1
1313
secrets:
1414
COMMUNITY_OPERATOR_PAT: ${{ secrets.COMMUNITY_OPERATOR_PAT }}
1515
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)