diff options
| -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 |
