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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/submodules.yml') 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 -- cgit v1.2.3