diff --git a/.github/workflows/update-ui.yaml b/.github/workflows/update-ui.yaml index 7caf5dbebe4..8d5590d2953 100644 --- a/.github/workflows/update-ui.yaml +++ b/.github/workflows/update-ui.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Clone development branch of spack run: git clone https://github.com/spack/spack /opt/spack - name: Run update script