From 30f4a5905b6ea6106e1f864bc456318c3dd1f296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 09:08:00 -0400 Subject: [PATCH] Bump actions/checkout from 3.6.0 to 4.1.6 (#821) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.6. - [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.6.0...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- .github/workflows/wheel-builder.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85f9acd5..97c09dcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - {VERSION: "3.12", TOXENV: "py312", NOTE: "minimal", SODIUM_INSTALL_MINIMAL: "1"} name: "Linux ${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.NOTE }}" steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.6 - name: Setup python uses: actions/setup-python@v5 with: @@ -79,7 +79,7 @@ jobs: RUNNER: macos-latest name: "Python ${{ matrix.PYTHON.VERSION }}${{ matrix.PYTHON.NOTE }} on ${{ matrix.RUNNER }}" steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.6 - name: Setup python uses: actions/setup-python@v5 with: @@ -112,7 +112,7 @@ jobs: - {VERSION: "3.12", TOXENV: "py312", SODIUM_MSVC_VERSION: "v142"} name: "Python ${{ matrix.PYTHON.VERSION }} on Windows ${{ matrix.WINDOWS.ARCH }}" steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.6 - name: Setup python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index c7fdc921..33e2e290 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -39,7 +39,7 @@ jobs: - name: Ridiculous-er workaround for static node20 run: | cp -R /staticnode/* /staticnodecontainer/ - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.6 with: # The tag to build or the tag received by the tag event ref: ${{ github.event.inputs.version || github.ref }} @@ -79,7 +79,7 @@ jobs: BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3' name: "Python ${{ matrix.PYTHON.VERSION }} for ABI ${{ matrix.PYTHON.ABI_VERSION }} on macOS" steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.6 with: # The tag to build or the tag received by the tag event ref: ${{ github.event.inputs.version || github.ref }} @@ -127,7 +127,7 @@ jobs: - {VERSION: "3.9", SODIUM_MSVC_VERSION: "v142", "ABI_VERSION": "cp36"} name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.ABI_VERSION }}" steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.6 with: # The tag to build or the tag received by the tag event ref: ${{ github.event.inputs.version || github.ref }}