diff --git a/.github/workflows/integrationtest.yml b/.github/workflows/integrationtest.yml index 39a2798..311f3fc 100644 --- a/.github/workflows/integrationtest.yml +++ b/.github/workflows/integrationtest.yml @@ -18,7 +18,7 @@ jobs: python-version: [ '3.10' ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v5 diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 946091a..bec6feb 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout the repository and the branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v5 diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 84ca89c..f9e01a1 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -13,7 +13,7 @@ jobs: python-version: [ '3.10' ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v5 @@ -36,7 +36,7 @@ jobs: python-version: [ '3.10' ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v5 @@ -60,7 +60,7 @@ jobs: python-version: [ '3.10' ] steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v5 with: persist-credentials: false fetch-depth: 0 @@ -120,7 +120,7 @@ jobs: python-version: [ '3.9' ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false fetch-depth: 0