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

Commit eb851ba

Browse files
chore(deps): update actions/checkout action to v4 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c072de commit eb851ba

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

0 commit comments

Comments
 (0)