From 45069a966d3e123bf98efbc4f28008e31b243df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:36:04 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/devcontainer-docker-image.yml | 2 +- .github/workflows/dispatched_pre-commit.yml | 2 +- .github/workflows/docker-image.yml | 2 +- .github/workflows/mypy.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 12 ++++++------ 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/devcontainer-docker-image.yml b/.github/workflows/devcontainer-docker-image.yml index dc48b9249e..f650c97a37 100644 --- a/.github/workflows/devcontainer-docker-image.yml +++ b/.github/workflows/devcontainer-docker-image.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Setup Docker buildx uses: docker/setup-buildx-action@v3.4.0 diff --git a/.github/workflows/dispatched_pre-commit.yml b/.github/workflows/dispatched_pre-commit.yml index 35a7dd9488..aa15698ec0 100644 --- a/.github/workflows/dispatched_pre-commit.yml +++ b/.github/workflows/dispatched_pre-commit.yml @@ -7,7 +7,7 @@ jobs: runPreCommit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: repository: ${{github.event.client_payload.pull_request.head.repo.full_name}} ref: ${{github.event.client_payload.pull_request.head.ref}} diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ebf25f70c4..335ce77aa6 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Login to Docker Hub uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 8d51c4b58e..864faea59a 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -12,7 +12,7 @@ jobs: run: shell: bash -l {0} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Cache conda uses: actions/cache@v4 env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdc2d845a7..e6664bd953 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: env: PYPI_TOKEN: ${{ secrets.PYPI_TOKEN_PYMC }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Set up Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9ac9eff143..94bbe300b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: outputs: changes: ${{ steps.changes.outputs.src }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: fetch-depth: 0 - uses: dorny/paths-filter@v3 @@ -132,7 +132,7 @@ jobs: run: shell: bash -l {0} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Cache conda uses: actions/cache@v4 env: @@ -208,7 +208,7 @@ jobs: run: shell: cmd steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Cache conda uses: actions/cache@v4 env: @@ -292,7 +292,7 @@ jobs: run: shell: bash -l {0} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Cache conda uses: actions/cache@v4 env: @@ -361,7 +361,7 @@ jobs: run: shell: bash -l {0} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Cache conda uses: actions/cache@v4 env: @@ -430,7 +430,7 @@ jobs: run: shell: cmd steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Cache conda uses: actions/cache@v4 env: