Skip to content

Commit 3ec1d28

Browse files
chore(deps): update github actions
1 parent 4a98321 commit 3ec1d28

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
lint:
2222
name: Lint
23-
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.0.0
23+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.2.0
2424

2525
lib-check:
2626
name: Check libraries
@@ -35,7 +35,7 @@ jobs:
3535
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
3636
touch requirements.txt
3737
- name: Check libs
38-
uses: canonical/charming-actions/check-libraries@2.6.2
38+
uses: canonical/charming-actions/check-libraries@2.7.0
3939
with:
4040
credentials: ${{ secrets.CHARMHUB_TOKEN }}
4141
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -152,7 +152,7 @@ jobs:
152152
- tests/integration/ha_tests/application_charm
153153
- tests/integration/relation_tests/application-charm
154154
name: Build charm | ${{ matrix.path }}
155-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.0
155+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.2.0
156156
with:
157157
path-to-charm-directory: ${{ matrix.path }}
158158

@@ -162,7 +162,7 @@ jobs:
162162
- lint
163163
- unit-test
164164
- build
165-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0.0
165+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.2.0
166166
with:
167167
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
168168
cloud: microk8s

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
2020
touch requirements.txt
2121
- name: Check libs
22-
uses: canonical/charming-actions/check-libraries@2.6.2
22+
uses: canonical/charming-actions/check-libraries@2.7.0
2323
with:
2424
# NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate
2525
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
@@ -37,7 +37,7 @@ jobs:
3737
name: Release charm
3838
needs:
3939
- ci-tests
40-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.0
40+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.2.0
4141
with:
4242
channel: 6/edge
4343
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}

0 commit comments

Comments
 (0)