diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 6d39e63..68002fd 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -13,20 +13,20 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 + - uses: actions/checkout@v6 with: repository: LiberTEM/LiberTEM-live path: LiberTEM-live - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: LiberTEM/LiberTEM-blobfinder path: LiberTEM-blobfinder - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: LiberTEM/LiberTEM-holo path: LiberTEM-holo - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: LiberTEM/LiberTEM path: LiberTEM