Skip to content

Commit

Permalink
Update workflows (#5090)
Browse files Browse the repository at this point in the history
  • Loading branch information
openverse-bot authored Oct 28, 2024
1 parent 7ee2719 commit 68c7bed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
install: true

- name: Build image `${{ matrix.image }}`
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.context }}
target: ${{ matrix.target }}
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
install: true

- name: Build catalog dev image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: catalog
target: cat
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
install: true

- name: Build indexer worker dev image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: indexer_worker
target: indexer_worker
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
install: true

- name: Build API dev image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: api
target: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
just lint || true
- name: Open changelog PR
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
# Access token necessary for PRs to run with CI
token: ${{ secrets.ACCESS_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
language: system

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand Down Expand Up @@ -154,7 +154,7 @@ repos:
files: (.vale/.*|.mdx?)$

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.440.7
rev: 38.132.3
hooks:
- id: renovate-config-validator
args:
Expand Down

0 comments on commit 68c7bed

Please sign in to comment.