Skip to content

Commit 60d5a46

Browse files
chore(deps): bump actions/checkout from 4 to 6 in the all-actions group (#32)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ec4e50 commit 60d5a46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: oven-sh/setup-bun@v2
1515
- name: Install dependencies
1616
run: bun install --frozen-lockfile

.github/workflows/dependabot-lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.actor == 'dependabot[bot]'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
with:
1818
ref: ${{ github.head_ref }}
1919
- uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)