Skip to content

Commit 79d268f

Browse files
Bump actions/checkout from 5.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93cb6ef...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99afb60 commit 79d268f

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2828

2929
- name: Setup Python
3030
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
steps:
8080
- name: Checkout
81-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
81+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
8282

8383
- name: Setup Python
8484
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3939
with:
4040
fetch-depth: 1
4141

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
actions: read # Required for Claude to read CI results on PRs
4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4545
with:
4646
fetch-depth: 1
4747

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2626

2727
- name: Setup Bun
2828
uses: oven-sh/setup-bun@v2

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
artifact-metadata: write
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
32+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3333

3434
- name: Setup Python
3535
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
@@ -163,7 +163,7 @@ jobs:
163163
contents: write
164164
steps:
165165
- name: Checkout
166-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
166+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
167167

168168
- name: Setup Python
169169
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405

0 commit comments

Comments
 (0)