diff --git a/.github/workflows/django-tests.yml b/.github/workflows/django-tests.yml index 82150a3d3..c2302fd3d 100644 --- a/.github/workflows/django-tests.yml +++ b/.github/workflows/django-tests.yml @@ -16,7 +16,7 @@ jobs: matrix: python-version: ["3.11", "3.12"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 with: diff --git a/.github/workflows/js-beautify.yml b/.github/workflows/js-beautify.yml index e4f6e394a..94ac42077 100644 --- a/.github/workflows/js-beautify.yml +++ b/.github/workflows/js-beautify.yml @@ -9,7 +9,7 @@ jobs: jsbeautify: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # for poetry caching, we have to install poetry before setting up python - name: Install poetry run: pipx install poetry diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index cf9d03fb6..42472f7cc 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v3 - name: Install documentation dependencies run: | @@ -32,7 +32,7 @@ jobs: run: | poetry run coverage run --source="." manage.py test poetry run coverage html - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: apis-core-rdf-pages ref: pages