Skip to content

Commit b64844c

Browse files
chore(deps): update actions/checkout digest to 08eba0b (#7703)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Pająk <[email protected]>
1 parent cb82817 commit b64844c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/markdown-fail-fast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
md: ${{ steps.changes.outputs.md }}
1616
steps:
1717
- name: Checkout Repo
18-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1919
with:
2020
fetch-depth: 0
2121
- name: Get changed files
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{needs.changedfiles.outputs.md}}
3131
steps:
3232
- name: Checkout Repo
33-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
33+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3434
- name: Lint Markdown
3535
uses: docker://avtodev/markdown-lint:v1@sha256:6aeedc2f49138ce7a1cd0adffc1b1c0321b841dc2102408967d9301c031949ee
3636
with:

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
issues: write # required for creating issues from markdown lint results
1818
steps:
1919
- name: Checkout Repo
20-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2121

2222
- name: Run linter
2323
id: markdownlint

0 commit comments

Comments
 (0)