Skip to content

Commit 699470e

Browse files
authored
Merge pull request #69 from hellboxpy/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 8f72c9d + db51318 commit 699470e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424

2525
- uses: actions/setup-node@v4
2626
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
- name: Install uv
1616
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)