diff options
| author | Andrii Klymenko <a.klymenko@vyos.io> | 2026-05-11 20:26:45 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-11 18:26:45 +0100 |
| commit | a1ecf2e8d71c1188b3e90061e8fffea9ffebbf7c (patch) | |
| tree | 118f31f220eaf6a162b0b7a0b07d59abda09a292 /.github | |
| parent | 23c3f9316e06bf4ce5b48bc4d42f192383022648 (diff) | |
| download | vyos-documentation-a1ecf2e8d71c1188b3e90061e8fffea9ffebbf7c.tar.gz vyos-documentation-a1ecf2e8d71c1188b3e90061e8fffea9ffebbf7c.zip | |
T8463: Update GitHub actions to latest versions [vyos-documentation] (#1995)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/submodules.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/update-translations.yml | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml index 7fb05651..de7e7ae7 100644 --- a/.github/workflows/submodules.yml +++ b/.github/workflows/submodules.yml @@ -8,7 +8,7 @@ jobs: update_rolling: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: repository: ${{ github.repository }} @@ -42,7 +42,7 @@ jobs: update_sagitta: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: repository: ${{ github.repository }} ref: sagitta @@ -77,7 +77,7 @@ jobs: update_equuleus: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: repository: ${{ github.repository }} ref: equuleus diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 16936935..f327eb28 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Set Up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: 3.11.x |
