Skip to content

Commit

Permalink
Merge pull request #196 from instructlab/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/main/actions-deps-8abfa2ed10

Bump the actions-deps group in /.github/workflows with 2 updates
  • Loading branch information
vishnoianil authored Sep 23, 2024
2 parents 5e4c212 + e682b0c commit 2efc95d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Build and push ui image to ghcr.io
id: push-ui-ghcr
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand All @@ -87,7 +87,7 @@ jobs:

- name: Build and push ui image to quay.io
id: push-ui-quay
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

- name: Build and push pathservice image to ghcr.io
id: push-ps-ghcr
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand All @@ -171,7 +171,7 @@ jobs:

- name: Build and push ui image to quay.io
id: push-ui-quay
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: markdownlint-cli2-action
uses: DavidAnson/markdownlint-cli2-action@v16
uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: "**/*.md"

0 comments on commit 2efc95d

Please sign in to comment.