Skip to content

Commit 6f8a1e8

Browse files
chore(deps): update github actions
1 parent ba1e705 commit 6f8a1e8

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].1
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 }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
build:
6161
name: Build charm | ${{ matrix.path }}
62-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
62+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
6363
strategy:
6464
matrix:
6565
path:
@@ -76,7 +76,7 @@ jobs:
7676
- lint
7777
- unit-test
7878
- build
79-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
79+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
8080
with:
8181
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
8282
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].1
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)