diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-21 11:50:53 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-21 11:50:53 +0200 |
| commit | b59990f9b8826d3e270e28b28c87accd9ffe38bc (patch) | |
| tree | f3f0df2a21f7281fd934976dad2198a8cd397284 /.github/workflows/ci.yml | |
| parent | 0cf14592eb7234815304f818dffec43252eea43c (diff) | |
Update github checkout action
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b0048c..bc62022 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.x" @@ -40,11 +40,11 @@ jobs: runs_on: "ubuntu-24.04-arm" runs-on: ${{ matrix.molecule_distro.runs_on }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: repository: "a14m/ansible-distro-install" path: "ansible-distro-install" - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: repository: "a14m/ansible-distro-configure" path: "ansible-distro-configure" |
