Skip to content

Commit 8189700

Browse files
chore(deps): update github actions
1 parent 61c401d commit 8189700

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/[email protected].0
23+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
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/[email protected].2
38+
uses: canonical/charming-actions/[email protected].3
3939
with:
4040
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
4141
credentials: ${{ secrets.CHARMHUB_TOKEN }}
@@ -108,7 +108,7 @@ jobs:
108108
109109
build:
110110
name: Build charm | ${{ matrix.path }}
111-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
111+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
112112
strategy:
113113
matrix:
114114
path:
@@ -125,7 +125,7 @@ jobs:
125125
- lint
126126
- unit-test
127127
- build
128-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
128+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
129129
with:
130130
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
131131
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/[email protected].2
22+
uses: canonical/charming-actions/[email protected].3
2323
with:
2424
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
2525
# NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate
@@ -38,7 +38,7 @@ jobs:
3838
name: Release charm
3939
needs:
4040
- ci-tests
41-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
41+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
4242
with:
4343
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
4444
channel: 6/edge

0 commit comments

Comments
 (0)