Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 43bef90

Browse files
chore(deps): update actions/checkout action to v6
1 parent 6386e66 commit 43bef90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ["3.11"]
2222

2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- name: Set up Python ${{ matrix.python-version }}
2626
uses: actions/setup-python@v6
2727
with:
@@ -47,7 +47,7 @@ jobs:
4747
# with sigstore/fulcio when running outside of PRs.
4848
id-token: write
4949
steps:
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151
- name: Login GHCR
5252
uses: docker/login-action@v3
5353
with:

0 commit comments

Comments
 (0)