diff options
Diffstat (limited to '.github/workflows/submodules.yml')
| -rw-r--r-- | .github/workflows/submodules.yml | 6 |
1 files changed, 3 insertions, 3 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 |
