diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index c7d0737..71869c8 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -13,7 +13,7 @@ jobs: steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Make sure the actual branch is checked out when running on PR # ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/juwels-runner.yml b/.github/workflows/juwels-runner.yml index 48a7499..f98b70f 100644 --- a/.github/workflows/juwels-runner.yml +++ b/.github/workflows/juwels-runner.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Submit and monitor SLURM job run: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dd9e374..7eb557f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Make sure the actual branch is checked out when running on PR # ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index bbba63f..a3156f7 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -12,7 +12,7 @@ jobs: name: Test itwinai with pytest runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install plugin dependencies shell: bash -l {0}