Skip to content

Commit

Permalink
Update canonical/data-platform-workflows action to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 9be396f commit feb00ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v21.0.1
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v22.0.0

build:
name: Build rock
uses: canonical/data-platform-workflows/.github/workflows/build_rock.yaml@v21.0.1
uses: canonical/data-platform-workflows/.github/workflows/build_rock.yaml@v22.0.0
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ on:
jobs:
build:
name: Build rock
uses: canonical/data-platform-workflows/.github/workflows/build_rock.yaml@v21.0.1
uses: canonical/data-platform-workflows/.github/workflows/build_rock.yaml@v22.0.0

release:
name: Release rock
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_rock.yaml@v21.0.1
uses: canonical/data-platform-workflows/.github/workflows/release_rock.yaml@v22.0.0
with:
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
permissions:
Expand Down

0 comments on commit feb00ba

Please sign in to comment.