Skip to content

Commit 6f4af5b

Browse files
authored
Merge pull request #403 from redhat-cop/renovate/redhat-cop-github-workflows-operators-1.x
chore(deps): update redhat-cop/github-workflows-operators action to v1.1.3
2 parents 5c23b65 + 472399e commit 6f4af5b

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

0 commit comments

Comments
 (0)