From 84f42f2897a519b678a36ceec8eb8c7b4c4e3635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:09:17 +0000 Subject: [PATCH] ci(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [bakdata/ci-templates](https://github.com/bakdata/ci-templates). Updates `actions/checkout` from 4 to 5 - [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/v4...v5) Updates `bakdata/ci-templates` from 1.47.0 to 1.69.2 - [Release notes](https://github.com/bakdata/ci-templates/releases) - [Commits](https://github.com/bakdata/ci-templates/compare/1.47.0...1.69.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: bakdata/ci-templates dependency-version: 1.69.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/lint.yaml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 55135c1..3a9b129 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,10 +24,10 @@ jobs: working-directory: ${{ env.working-directory }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Poetry - uses: bakdata/ci-templates/actions/python-setup-poetry@1.47.0 + uses: bakdata/ci-templates/actions/python-setup-poetry@1.70.0 with: python-version: ${{ matrix.python-version }} poetry-version: ${{ env.poetry-version }} diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d8e059e..0ae7190 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Lint actions and workflows - uses: bakdata/ci-templates/actions/action-lint@1.47.0 + uses: bakdata/ci-templates/actions/action-lint@1.70.0 with: action-lint-version: "v1.6.27" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ca40974..7fdc191 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -6,7 +6,7 @@ on: jobs: publish: - uses: bakdata/ci-templates/.github/workflows/python-poetry-publish-pypi.yaml@1.47.0 + uses: bakdata/ci-templates/.github/workflows/python-poetry-publish-pypi.yaml@1.70.0 with: publish-to-test: false poetry-version: "1.8.2" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9af3127..a427230 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ on: jobs: release: - uses: bakdata/ci-templates/.github/workflows/python-poetry-release.yaml@1.47.0 + uses: bakdata/ci-templates/.github/workflows/python-poetry-release.yaml@1.70.0 name: Release with: release-type: ${{ inputs.release-type }}