Skip to content

Commit e7016c9

Browse files
chore(deps): update actions/checkout action to v4
1 parent 936f36a commit e7016c9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build_and_scan_images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
- name: Install requirements for image building

.github/workflows/integrate.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
charm: [controller, ui]
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
- run: sudo apt update
3232
- run: sudo apt install tox
3333
- run: tox -e ${{ matrix.charm }}-unit
@@ -40,7 +40,7 @@ jobs:
4040
charm: [controller, ui]
4141
steps:
4242
- name: Check out code
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
- name: Setup operator environment
4545
uses: charmed-kubernetes/actions-operator@main
4646
with:
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
charm: [controller, ui]
6161
steps:
62-
- uses: actions/checkout@v3
62+
- uses: actions/checkout@v4
6363
- run: sudo apt update
6464
- run: sudo apt install tox
6565
- run: tox -e ${{ matrix.charm }}-lint
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-20.04
7070
steps:
7171
- name: Check out code
72-
uses: actions/checkout@v3
72+
uses: actions/checkout@v4
7373
- name: Setup operator environment
7474
uses: charmed-kubernetes/actions-operator@main
7575
with:

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
outputs:
3333
charm_paths_list: ${{ steps.get-charm-paths.outputs.CHARM_PATHS_LIST }}
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 0
3838
ref: ${{ inputs.source_branch }}
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v4
5656
with:
5757
fetch-depth: 0
5858
ref: ${{ inputs.source_branch }}

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Promote charm
2020
runs-on: ubuntu-20.04
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Release charm to channel
2424
uses: canonical/charming-actions/release-charm@2.3.0
2525
with:

0 commit comments

Comments
 (0)