From 0c63e95632ec4582264612fe51e0ee42f02cf239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:23:31 +0000 Subject: [PATCH] Bump the actions-version group with 3 updates Bumps the actions-version group with 3 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/create-github-app-token` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/5d869da34e18e7287c1daad50e0b8ea0f506ce69...c1a285145b9d317df6ced56c09f525b5c2b6f755) Updates `mamba-org/setup-micromamba` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/06375d89d211a1232ef63355742e9e2e564bc7f7...068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29) Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/5e914681df9dc83aa4e4905692ca88beb2f9e91f...67ccf781d68cd99b580ae25a5c18a1cc84ffff1f) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-version - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-version - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-version ... Signed-off-by: dependabot[bot] --- .github/workflows/update-conda-lockfiles.yaml | 6 +++--- .github/workflows/update-uv-lockfiles.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-conda-lockfiles.yaml b/.github/workflows/update-conda-lockfiles.yaml index 51a2f62..2645c6c 100644 --- a/.github/workflows/update-conda-lockfiles.yaml +++ b/.github/workflows/update-conda-lockfiles.yaml @@ -25,14 +25,14 @@ jobs: path: code ref: ${{ inputs.branch }} - - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1 id: generate-token with: app-id: ${{ secrets.PR_SUBMITTER_APP_ID }} private-key: ${{ secrets.PR_SUBMITTER_PRIVATE_KEY }} - name: Create python environment - uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2 + uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3 with: micromamba-version: '2.0.2-2' environment-name: update @@ -50,7 +50,7 @@ jobs: working-directory: code/${{ inputs.path }} - name: Create pull request - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: base: ${{ inputs.branch }} path: code diff --git a/.github/workflows/update-uv-lockfiles.yaml b/.github/workflows/update-uv-lockfiles.yaml index 3915bc0..362c8e0 100644 --- a/.github/workflows/update-uv-lockfiles.yaml +++ b/.github/workflows/update-uv-lockfiles.yaml @@ -25,14 +25,14 @@ jobs: path: code ref: ${{ inputs.branch }} - - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1 id: generate-token with: app-id: ${{ secrets.PR_SUBMITTER_APP_ID }} private-key: ${{ secrets.PR_SUBMITTER_PRIVATE_KEY }} - name: Create python environment - uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2 + uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3 with: micromamba-version: '2.0.2-2' environment-name: update @@ -50,7 +50,7 @@ jobs: working-directory: code/${{ inputs.path }} - name: Create pull request - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: base: ${{ inputs.branch }} path: code