Skip to content

Commit 9b6a259

Browse files
chore(deps): update github actions
1 parent 3fc7400 commit 9b6a259

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
lint:
1818
name: Lint
19-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
19+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
2020

2121
lib-check:
2222
name: Check libraries
@@ -31,7 +31,7 @@ jobs:
3131
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
3232
touch requirements.txt
3333
- name: Check libs
34-
uses: canonical/charming-actions/[email protected].2
34+
uses: canonical/charming-actions/[email protected].3
3535
with:
3636
credentials: ${{ secrets.CHARMHUB_TOKEN }}
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -54,7 +54,7 @@ jobs:
5454

5555
build:
5656
name: Build charm | ${{ matrix.path }}
57-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
57+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
5858
strategy:
5959
matrix:
6060
path:
@@ -80,7 +80,7 @@ jobs:
8080
- lint
8181
- unit-test
8282
- build
83-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
83+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
8484
with:
8585
artifact-prefix: packed-charm-cache-false # TODO revert to "packed-charm-cache-true" when cache re-enabled
8686
cloud: microk8s

.github/workflows/release.yaml

Lines changed: 3 additions & 3 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/[email protected].2
22+
uses: canonical/charming-actions/[email protected].3
2323
with:
2424
# NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate
2525
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
@@ -35,7 +35,7 @@ jobs:
3535

3636
build:
3737
name: Build charm
38-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
38+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
3939
with:
4040
artifact-prefix: temp-release-packed-charm # TODO: remove after caching re-enabled on PR
4141

@@ -44,7 +44,7 @@ jobs:
4444
needs:
4545
- ci-tests
4646
- build
47-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
47+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
4848
with:
4949
channel: 6/edge
5050
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

0 commit comments

Comments
 (0)