Skip to content

Commit f6a2816

Browse files
build(deps): bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions-breaking group (#109)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ff9de8 commit f6a2816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 3
1818
steps:
1919
- name: Checkout Repo
20-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
- name: Install copywrite
2222
uses: hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3
2323
- name: Validate Header Compliance
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
-
3939
name: Checkout
40-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4141
-
4242
name: Unshallow
4343
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)