Skip to content

Commit c74552b

Browse files
committed
chore: merge 3.6 into main
Conflicts: - api/sessiontokenloginprovider_test.go - apiserver/common/charms/mocks/mocks.go - apiserver/facades/agent/uniter/uniter_test.go - apiserver/facades/controller/crosscontroller/register.go - cmd/output/progress/mocks/clock_mock.go - container/lxd/mocks/clock_mock.go - go.mod - internal/provider/openstack/provider.go - internal/worker/storageprovisioner/mock_test.go - scripts/win-installer/setup.iss - service/snap/clock_mock_test.go - snap/snapcraft.yaml - version/version.go - worker/changestream/clock_mock_test.go - worker/changestream/stream/clock_mock_test.go - worker/dbaccessor/clock_mock_test.go - worker/filenotifywatcher/clock_mock_test.go - worker/leaseexpiry/clock_mock_test.go - worker/querylogger/clock_mock_test.go
2 parents 08b4dd9 + d5c3726 commit c74552b

File tree

79 files changed

+3046
-219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+3046
-219
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: "Checkout"
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939

4040
- name: "Set up Go"
4141
uses: actions/setup-go@v5

.github/workflows/client-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: "Checkout"
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
- name: "Set up Go"
3535
uses: actions/setup-go@v5

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Set up Go
2323
uses: actions/setup-go@v5

.github/workflows/gen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: "Checkout"
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: "Set up Go"
2929
uses: actions/setup-go@v5

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.event.pull_request.draft == false
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Set up Go
2525
uses: actions/setup-go@v5
2626
with:

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "target=$TARGET_BRANCH" >> "$GITHUB_OUTPUT"
2828
2929
- name: Checkout repository
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0
3333
ref: ${{ steps.branch.outputs.source }}

.github/workflows/microk8s-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checking out repo
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: Set up Go
2929
uses: actions/setup-go@v5
@@ -130,7 +130,7 @@ jobs:
130130
if: ${{ failure() }}
131131

132132
- name: Upload debug log
133-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v2
133+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v2
134134
with:
135135
name: juju-debug-actions
136136
path: juju-debug.log
@@ -158,7 +158,7 @@ jobs:
158158
if: ${{ failure() }}
159159

160160
- name: Upload inspect tarball
161-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v2
161+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v2
162162
with:
163163
name: inspection-report-actions
164164
path: ./inspection-report-${{ strategy.job-index }}.tar.gz
@@ -174,7 +174,7 @@ jobs:
174174
if: ${{ failure() }}
175175

176176
- name: Upload kubectl describe
177-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v2
177+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v2
178178
with:
179179
name: kubectl-describe-actions
180180
path: describe/*.describe
@@ -192,7 +192,7 @@ jobs:
192192
if: ${{ failure() }}
193193

194194
- name: Upload kubeflow pod logs
195-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v2
195+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v2
196196
with:
197197
name: kubectl-stdout-actions
198198
path: stdout/*.log

.github/workflows/migrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Set up Go
3030
uses: actions/setup-go@v5

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo DEBIAN_FRONTEND=noninteractive apt install -y expect
3030
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
- name: Setup LXD
3535
if: matrix.cloud == 'localhost'

.github/workflows/snap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "/snap/bin" >> $GITHUB_PATH
3434
3535
- name: Checkout
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737

3838
- name: Setup LXD
3939
uses: canonical/setup-lxd@4e959f8e0d9c5feb27d44c5e4d9a330a782edee0

0 commit comments

Comments
 (0)