From 63d26d18de0d7d70fc0d0e33722de534f885a75d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:47:13 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [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/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 2 +- .github/workflows/anaconda_pkg_build_linux_cuda.yml | 2 +- .github/workflows/anaconda_pkg_build_lts_linux.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index b4770785..afc47cb7 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index f6d2e52b..cf7cbbcc 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index bf0c07b2..104ea21b 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_pkg_build_linux_cuda.yml b/.github/workflows/anaconda_pkg_build_linux_cuda.yml index b27bf9c2..3e05f50a 100644 --- a/.github/workflows/anaconda_pkg_build_linux_cuda.yml +++ b/.github/workflows/anaconda_pkg_build_linux_cuda.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index 39e50b7a..f387ef86 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 22aa4ca5..ef60fe28 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: '3.11' diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index ca794594..51a4b859 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Login to DockerHub uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3