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

Commit a237abb

Browse files
chore(deps): update actions/checkout action to v5
1 parent 04e5358 commit a237abb

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@v4
24+
- uses: actions/checkout@v5
2525
- name: Set up Python ${{ matrix.python-version }}
2626
uses: actions/setup-python@v5
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@v4
50+
- uses: actions/checkout@v5
5151
- name: Login GHCR
5252
uses: docker/login-action@v3
5353
with:

0 commit comments

Comments
 (0)