Skip to content

Commit

Permalink
Deps: Bump greenbone/actions from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [greenbone/actions](https://github.com/greenbone/actions) from 2 to 3.
- [Release notes](https://github.com/greenbone/actions/releases)
- [Commits](greenbone/actions@v2...v3)

---
updated-dependencies:
- dependency-name: greenbone/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bjoernricks committed Jul 17, 2023
1 parent b4a75d3 commit 2b39f0c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: greenbone/actions/poetry@v2
uses: greenbone/actions/poetry@v3
with:
python-version: ${{ matrix.python-version }}
cache: "true"
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Calculate and upload coverage to codecov.io
uses: greenbone/actions/coverage-python@v2
uses: greenbone/actions/coverage-python@v3
with:
poetry-version: "1.4.0"
cache: "true"
Expand All @@ -80,7 +80,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install poetry and dependencies
uses: greenbone/actions/poetry@v2
uses: greenbone/actions/poetry@v3
with:
poetry-version: "1.4.0"
cache: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Report Conventional Commits
uses: greenbone/actions/conventional-commits@v2
uses: greenbone/actions/conventional-commits@v3
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Dependency Review'
uses: greenbone/actions/dependency-review@v2
uses: greenbone/actions/dependency-review@v3
2 changes: 1 addition & 1 deletion .github/workflows/sbom-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
contents: write
steps:
- name: 'SBOM upload'
uses: greenbone/actions/sbom-upload@v2
uses: greenbone/actions/sbom-upload@v3

0 comments on commit 2b39f0c

Please sign in to comment.