Skip to content

Commit a3529a7

Browse files
chore(deps): update github actions
1 parent 42d953c commit a3529a7

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
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
3737
credentials: ${{ secrets.CHARMHUB_TOKEN }}
@@ -55,7 +55,7 @@ jobs:
5555

5656
build:
5757
name: Build charm | ${{ matrix.path }}
58-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
58+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
5959
strategy:
6060
matrix:
6161
path:
@@ -73,7 +73,7 @@ jobs:
7373
- lint
7474
- unit-test
7575
- build
76-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
76+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
7777
with:
7878
artifact-prefix: packed-charm-cache-true
7979
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
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
2525
# NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate
@@ -36,7 +36,7 @@ jobs:
3636

3737
build:
3838
name: Build charm
39-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
39+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
4040
with:
4141
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
4242

@@ -45,7 +45,7 @@ jobs:
4545
needs:
4646
- ci-tests
4747
- build
48-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
48+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
4949
with:
5050
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
5151
channel: 6/edge

0 commit comments

Comments
 (0)