Skip to content

Commit f9ea8f9

Browse files
chore(deps): update actions/checkout digest to 08eba0b (#2353)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `11bd719` -> `08eba0b` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/TypeStat). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0658dad commit f9ea8f9

13 files changed

+13
-13
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
build:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
66
- uses: ./.github/actions/prepare
77
- run: pnpm build
88
- run: pnpm link .

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
contributors:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
66
with:
77
fetch-depth: 0
88
- uses: ./.github/actions/prepare

.github/workflows/lint-knip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
lint_knip:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
66
- uses: ./.github/actions/prepare
77
- run: pnpm lint:knip
88

.github/workflows/lint-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
lint_markdown:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
66
- uses: ./.github/actions/prepare
77
- run: pnpm lint:md
88

.github/workflows/lint-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
lint_packages:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
66
- uses: ./.github/actions/prepare
77
- run: pnpm lint:packages
88

.github/workflows/lint-spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
lint_spelling:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
66
- uses: ./.github/actions/prepare
77
- run: pnpm lint:spelling
88

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
lint:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
66
- uses: ./.github/actions/prepare
77
- run: pnpm build
88
- run: pnpm lint

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
post_release:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
66
with:
77
fetch-depth: 0
88
- run: echo "npm_version=$(npm pkg get version | tr -d '"')" >> "$GITHUB_ENV"

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
prettier:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
66
- uses: ./.github/actions/prepare
77
- run: pnpm format --list-different
88

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
release:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
99
with:
1010
fetch-depth: 0
1111
ref: main

0 commit comments

Comments
 (0)