diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-21 11:49:26 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-21 11:49:26 +0200 |
| commit | 7c25b7a49645a52066d3b41692cdc408f1353645 (patch) | |
| tree | 0b33d9a7293cd747aa7eb456d84cd13fbb33a401 /.github/workflows/ci.yml | |
| parent | 70fa8fcc0496ddf3c86ac460f516fc5a703dba82 (diff) | |
Update checkout action
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f6b4b49..7ccd1696 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-python@v5 with: python-version: "3.13" @@ -42,7 +42,7 @@ jobs: runs_on: "ubuntu-24.04-arm" runs-on: ${{ matrix.molecule_distro.runs_on }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-python@v5 with: python-version: "3.13" |
