Skip to content

Commit 2d383e3

Browse files
fix(deps): update all dependencies
1 parent 72ba444 commit 2d383e3

11 files changed

Lines changed: 281 additions & 235 deletions

.github/workflows/bot_pr_approval.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
if: contains(fromJSON('["dependabot[bot]", "renovate[bot]", "github-actions[bot]", "is-devops-bot"]'), github.event.pull_request.user.login)
21-
uses: actions/github-script@v8.0.0
21+
uses: actions/github-script@v9.0.0
2222
with:
2323
script: |
2424
github.rest.pulls.createReview({

.github/workflows/charmbuild_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6.0.2
2020
- uses: actions/setup-python@v6.2.0
2121
with:
22-
python-version: "3.12"
22+
python-version: "3.14"
2323
- name: Install ruff
2424
run: pip install ruff
2525
- name: Run ruff check
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v6.0.2
3838
- uses: actions/setup-python@v6.2.0
3939
with:
40-
python-version: "3.12"
40+
python-version: "3.14"
4141
- name: Install package and test dependencies
4242
run: pip install -e ".[dev]"
4343
- name: Run pytest

.github/workflows/comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
repository: ${{ needs.setup-env.outputs.REPO_FULL_NAME }}
6767
run-id: ${{ needs.setup-env.outputs.RUN_ID }}
6868
- name: Comment on PR
69-
uses: actions/github-script@v8.0.0
69+
uses: actions/github-script@v9.0.0
7070
with:
7171
github-token: ${{ secrets.GITHUB_TOKEN }}
7272
script: |

.github/workflows/comment_contributing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6.0.2
1515
- name: Comment on PR
16-
uses: actions/github-script@v8.0.0
16+
uses: actions/github-script@v9.0.0
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
script: |

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Cache lychee results (e.g. to avoid hitting rate limits)
6464
- name: Restore lychee cache
6565
id: restore-cache
66-
uses: actions/cache/restore@v5.0.4
66+
uses: actions/cache/restore@v5.0.5
6767
with:
6868
path: .lycheecache
6969
key: cache-lychee-${{ github.sha }}
@@ -96,7 +96,7 @@ jobs:
9696
${{ inputs.linkcheck-files }}
9797
9898
- name: Save lychee cache
99-
uses: actions/cache/save@v5.0.4
99+
uses: actions/cache/save@v5.0.5
100100
if: always()
101101
with:
102102
path: .lycheecache

.github/workflows/integration_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
matrix:
208208
build: ${{ fromJSON(needs.plan.outputs.plan).build }}
209209
steps:
210-
- uses: canonical/setup-lxd@v0.1.3
210+
- uses: canonical/setup-lxd@v1
211211
- name: Set LXC security nesting
212212
if: ${{ inputs.rockcraft-enable-security-nesting }}
213213
run: |
@@ -250,7 +250,7 @@ jobs:
250250
- name: Get workflow version
251251
id: workflow-version
252252
if: ${{ matrix.build.type == 'charm' }}
253-
uses: canonical/get-workflow-version-action@v1.0.1
253+
uses: canonical/get-workflow-version-action@v1.0.3
254254
with:
255255
repository-name: canonical/operator-workflows
256256
file-name: integration_test.yaml

.github/workflows/integration_test_run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
GITHUB_ENV_FILE.close()
176176
- name: Setup Astral UV
177177
if: ${{ inputs.with-uv }}
178-
uses: astral-sh/setup-uv@v8.0.0
178+
uses: astral-sh/setup-uv@v8.1.0
179179
with:
180180
python-version: ${{ env.python-version }}
181181
- name: Install tox with UV

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
# Test with tox-uv and python setup by UV
313313
- name: Setup Astral UV
314314
if: ${{ inputs.with-uv }}
315-
uses: astral-sh/setup-uv@v7
315+
uses: astral-sh/setup-uv@v8.1.0
316316
with:
317317
python-version: ${{ env.python-version }}
318318

@@ -329,7 +329,7 @@ jobs:
329329
tox --result-json=test-result.json | tee $STDOUT_LOG ; test ${PIPESTATUS[0]} -eq 0
330330
- name: Export test report
331331
if: always() && !cancelled()
332-
uses: actions/github-script@v8.0.0
332+
uses: actions/github-script@v9.0.0
333333
with:
334334
script: |
335335
const no_color = (text) => {

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.14.1
1+
24.15.0

0 commit comments

Comments
 (0)