Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v7

- name: login to registry
uses: docker/login-action@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-verify-on-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
catalog_changed: ${{ steps.filter.outputs.catalog }}
steps:
- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v7

- name: Check for catalog changes
uses: dorny/paths-filter@v3
Expand All @@ -29,7 +29,7 @@ jobs:

steps:
- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v7

# models a future action where the submittor is validated against auth access for the
# catalog contribution
Expand Down
Loading