Skip to content

Commit 15f3901

Browse files
Merge branch 'main' into helm-ns
2 parents 7e0b3ca + afbb063 commit 15f3901

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
id: buildx
7979
uses: docker/setup-buildx-action@master
8080
- name: Build
81-
uses: docker/build-push-action@v2
81+
uses: docker/build-push-action@v3
8282
with:
8383
context: .
8484
outputs: type=docker,dest=${{ github.workspace }}/open-feature-operator-local.tar

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
name: Validate PR title
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: amannn/action-semantic-pull-request@v4
21+
- uses: amannn/action-semantic-pull-request@v5
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: docker/setup-buildx-action@master
6767

6868
- name: Build
69-
uses: docker/build-push-action@v2
69+
uses: docker/build-push-action@v3
7070
with:
7171
builder: ${{ steps.buildx.outputs.name }}
7272
context: .

0 commit comments

Comments
 (0)