diff --git a/.github/workflows/ltistore-tests.yml b/.github/workflows/ltistore-tests.yml index e45b520..eb54475 100644 --- a/.github/workflows/ltistore-tests.yml +++ b/.github/workflows/ltistore-tests.yml @@ -17,7 +17,7 @@ jobs: # All steps will run from this directory working-directory: plugins/tutor-contrib-ltistore steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: