From a1ecf2e8d71c1188b3e90061e8fffea9ffebbf7c Mon Sep 17 00:00:00 2001 From: Andrii Klymenko Date: Mon, 11 May 2026 20:26:45 +0300 Subject: T8463: Update GitHub actions to latest versions [vyos-documentation] (#1995) --- .github/workflows/submodules.yml | 6 +++--- .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 -- cgit v1.2.3