Skip to content

Commit fd8f791

Browse files
chore(deps): update all dependencies
1 parent 587fb63 commit fd8f791

24 files changed

Lines changed: 1791 additions & 1222 deletions

.github/actions/percy-snapshot/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ runs:
2727
using: composite
2828
steps:
2929
- name: Install Python
30-
uses: actions/setup-python@v5.4.0
30+
uses: actions/setup-python@v6.1.0
3131
with:
3232
python-version: 3.10.14
3333

3434
- name: Install NodeJS
35-
uses: actions/setup-node@v4.2.0
35+
uses: actions/setup-node@v6.2.0
3636
with:
37-
node-version: 20
37+
node-version: 24
3838

3939
- name: Install dependencies
4040
shell: bash

.github/workflows/a11y.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
urls: ${{ steps.get-urls.outputs.urls }}
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: Read links from test-links.yaml
2020
id: get-urls
@@ -26,9 +26,9 @@ jobs:
2626
needs: read-config
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030

31-
- uses: actions/setup-node@v4
31+
- uses: actions/setup-node@v6
3232
with:
3333
node-version: lts/*
3434
cache: "yarn"

.github/workflows/ceph-docs-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
- name: Install linkchecker
1616
run: sudo pip install LinkChecker

.github/workflows/deploy.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout Code
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v6
1818

1919
- name: Setup LXD
2020
uses: canonical/setup-lxd@main
@@ -28,7 +28,7 @@ jobs:
2828
charmcraft pack -v --project-dir ./
2929
3030
- name: Upload charm
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v6
3232
with:
3333
name: ${{ vars.CHARM_NAME }}-charm
3434
path: ./charm/*.charm
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout Code
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v6
4141

4242
- name: Setup LXD
4343
uses: canonical/setup-lxd@main
@@ -49,7 +49,7 @@ jobs:
4949
run: rockcraft pack -v
5050

5151
- name: Upload Rock
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v6
5353
with:
5454
name: ${{ vars.CHARM_NAME }}-rock
5555
path: ./*.rock
@@ -61,7 +61,7 @@ jobs:
6161
image_url: ${{ steps.set_image_url.outputs.image_url }}
6262
steps:
6363
- name: Get Rock
64-
uses: actions/download-artifact@v4
64+
uses: actions/download-artifact@v7
6565
with:
6666
name: ${{ vars.CHARM_NAME }}-rock
6767

@@ -86,7 +86,7 @@ jobs:
8686
sudo snap install vault --classic
8787
8888
- name: Download Charm Artifact
89-
uses: actions/download-artifact@v4
89+
uses: actions/download-artifact@v7
9090
with:
9191
name: ${{ vars.CHARM_NAME }}-charm
9292

@@ -136,7 +136,7 @@ jobs:
136136
sudo snap install vault --classic
137137
138138
- name: Download Charm Artifact
139-
uses: actions/download-artifact@v4
139+
uses: actions/download-artifact@v7
140140
with:
141141
name: ${{ vars.CHARM_NAME }}-charm
142142

.github/workflows/forms.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

21-
- uses: actions/setup-node@v4
21+
- uses: actions/setup-node@v6
2222
with:
23-
node-version: 20
23+
node-version: 24
2424

2525
- name: Install yarn
2626
run: yarn install --immutable
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Checkout repository
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v6
5757
with:
5858
fetch-depth: 0
5959
ref: ${{ github.base_ref }}
@@ -62,7 +62,7 @@ jobs:
6262
run: yarn install --immutable
6363

6464
- name: Set up Python
65-
uses: actions/setup-python@v5
65+
uses: actions/setup-python@v6
6666
with:
6767
python-version: '3.10'
6868

.github/workflows/kubernetes-docs-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
- name: Install linkchecker
1616
run: sudo pip install LinkChecker

.github/workflows/openstack-charm-deployment-guide-docs-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
- name: Install linkchecker
1616
run: sudo pip install LinkChecker

.github/workflows/openstack-charm-guide-docs-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
- name: Install linkchecker
1616
run: sudo pip install LinkChecker

.github/workflows/percy-baseline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout SCM
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- uses: ./.github/actions/percy-snapshot
2020
with:

.github/workflows/percy-fork-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Check PR author association
3232
id: check
33-
uses: actions/github-script@v7
33+
uses: actions/github-script@v8
3434
with:
3535
script: |
3636
const pr = context.payload.pull_request;
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Check for safe-for-percy label
5656
if: steps.check.outputs.approved != 'true'
57-
uses: actions/github-script@v7
57+
uses: actions/github-script@v8
5858
with:
5959
script: |
6060
const pr = context.payload.pull_request;
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
# Checkout the PR code (not the base branch)
8080
- name: Checkout PR code
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v6
8282
with:
8383
repository: ${{ github.event.pull_request.head.repo.full_name }}
8484
ref: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)