From a79961fc99101f88c07920e7e62d50dc13ea61ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:23:50 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/python-ci.yml | 2 +- .github/workflows/python-packages.yml | 4 ++-- .github/workflows/winbuild.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 503d62a..99cbbd5 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: steps: - name: "Checkout the repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false submodules: true diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index bdd1150..72a05fa 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -16,7 +16,7 @@ jobs: steps: - name: "Checkout the repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/python-packages.yml b/.github/workflows/python-packages.yml index e699d07..7482a0f 100644 --- a/.github/workflows/python-packages.yml +++ b/.github/workflows/python-packages.yml @@ -15,7 +15,7 @@ jobs: steps: - name: "Checkout the repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true @@ -51,7 +51,7 @@ jobs: steps: - name: "Checkout the repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/winbuild.yml b/.github/workflows/winbuild.yml index 3ce7452..1c15da5 100644 --- a/.github/workflows/winbuild.yml +++ b/.github/workflows/winbuild.yml @@ -14,7 +14,7 @@ jobs: steps: - name: "Checkout the repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true