diff --git a/.github/workflows/check_main_github.yml b/.github/workflows/check_main_github.yml index e4a2553..fa2d884 100644 --- a/.github/workflows/check_main_github.yml +++ b/.github/workflows/check_main_github.yml @@ -24,7 +24,7 @@ jobs: # Display must be available globally for linux to know where xvfb is DISPLAY: :0 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/check_stable_pypi.yml b/.github/workflows/check_stable_pypi.yml index 73da955..b6ffb04 100644 --- a/.github/workflows/check_stable_pypi.yml +++ b/.github/workflows/check_stable_pypi.yml @@ -24,7 +24,7 @@ jobs: # Display must be available globally for linux to know where xvfb is DISPLAY: :0 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/deploy_github.yml b/.github/workflows/deploy_github.yml index 50d58ab..7cb2803 100644 --- a/.github/workflows/deploy_github.yml +++ b/.github/workflows/deploy_github.yml @@ -14,7 +14,7 @@ jobs: python-version: ['3.12'] os: [macos-latest, windows-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python diff --git a/.github/workflows/deploy_pypi.yml b/.github/workflows/deploy_pypi.yml index 7425486..e606c76 100644 --- a/.github/workflows/deploy_pypi.yml +++ b/.github/workflows/deploy_pypi.yml @@ -13,7 +13,7 @@ jobs: python-version: ['3.12'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python