Skip to content

Commit

Permalink
github-actions(deps): bump scality/workflows from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [scality/workflows](https://github.com/scality/workflows) from 1 to 2.
- [Release notes](https://github.com/scality/workflows/releases)
- [Commits](scality/workflows@v1...v2)

---
updated-dependencies:
- dependency-name: scality/workflows
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent f214381 commit f4dbd7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
docker:
uses: scality/workflows/.github/workflows/docker-build.yaml@v1
uses: scality/workflows/.github/workflows/docker-build.yaml@v2
with:
name: artifacts
namespace: scality
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
publish:
uses: scality/workflows/.github/workflows/docker-build.yaml@v1
uses: scality/workflows/.github/workflows/docker-build.yaml@v2
strategy:
matrix:
image:
Expand Down

0 comments on commit f4dbd7f

Please sign in to comment.