Skip to content

Commit 66cefbb

Browse files
authored
Merge pull request #773 from instructlab/dependabot/github_actions/dot-github/workflows/release-1.0/actions-deps-ba3f610b8e
Bump the actions-deps group in /.github/workflows with 2 updates
2 parents 2069960 + a479b1f commit 66cefbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
file: Containerfile
8383

8484
- name: Generate artifact attestation
85-
uses: actions/attest-build-provenance@v1
85+
uses: actions/attest-build-provenance@v2
8686
with:
8787
subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_UI_IMAGE_NAME}}
8888
subject-digest: ${{ steps.push-ui-ghcr.outputs.digest }}
@@ -166,7 +166,7 @@ jobs:
166166
file: Containerfile.ps
167167

168168
- name: Generate artifact attestation
169-
uses: actions/attest-build-provenance@v1
169+
uses: actions/attest-build-provenance@v2
170170
with:
171171
subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_PATHSERVICE_IMAGE_NAME}}
172172
subject-digest: ${{ steps.push-ps-ghcr.outputs.digest }}

.github/workflows/lint-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: markdownlint-cli2-action
30-
uses: DavidAnson/markdownlint-cli2-action@v17
30+
uses: DavidAnson/markdownlint-cli2-action@v19
3131
with:
3232
globs: "**/*.md"

0 commit comments

Comments
 (0)