Skip to content

Commit b7c741c

Browse files
Update GitHub actions to v6 (#129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a2b646d commit b7c741c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 5
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
- name: Install tox
2929
run: pipx install tox
3030
- name: Run linters
@@ -36,7 +36,7 @@ jobs:
3636
timeout-minutes: 5
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
- name: Install tox
4141
run: pipx install tox
4242
- name: Run tests
@@ -71,7 +71,7 @@ jobs:
7171
timeout-minutes: 120
7272
steps:
7373
- name: Checkout
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575
- name: Setup operator environment
7676
# TODO: Replace with custom image on self-hosted runner
7777
uses: charmed-kubernetes/actions-operator@main
@@ -83,7 +83,7 @@ jobs:
8383
microk8s-group: snap_microk8s
8484
microk8s-addons: "rbac hostpath-storage dns minio"
8585
- name: Download packed charm(s)
86-
uses: actions/download-artifact@v5
86+
uses: actions/download-artifact@v6
8787
with:
8888
pattern: ${{ needs.build.outputs.artifact-prefix }}-*
8989
merge-multiple: true

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Extract branch metadata
1818
shell: bash
@@ -60,7 +60,7 @@ jobs:
6060
timeout-minutes: 60
6161
steps:
6262
- name: Checkout
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v6
6464
with:
6565
fetch-depth: 0
6666
- name: Release any bumped charm libs

.github/workflows/tiobe_scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 60
1818
steps:
1919
- name: Checkout the project
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Install system dependencies
2323
run: sudo apt-get update && sudo apt-get install -y python3-venv

0 commit comments

Comments
 (0)