diff --git a/.github/workflows/codespell-private.yml b/.github/workflows/codespell-private.yml index 3daf8165a7..d2993442af 100644 --- a/.github/workflows/codespell-private.yml +++ b/.github/workflows/codespell-private.yml @@ -30,7 +30,7 @@ jobs: no-toml: 'no-toml' name: ${{ matrix.python-version }} ${{ matrix.no-toml }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false - name: Setup python @@ -64,7 +64,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.x - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false - name: Install general dependencies diff --git a/.github/workflows/codespell-windows.yml b/.github/workflows/codespell-windows.yml index 46ca8f44fd..3bfe09459e 100644 --- a/.github/workflows/codespell-windows.yml +++ b/.github/workflows/codespell-windows.yml @@ -8,7 +8,7 @@ jobs: name: Test Windows runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false - name: Setup python diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index b782bf133e..68188d6668 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -9,7 +9,7 @@ jobs: name: Check for spelling errors runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false - uses: codespell-project/actions-codespell@master diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fab62fb00..1056254e38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: package: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false - name: Set up Python