Skip to content

Commit cb00791

Browse files
chore(deps): update actions/checkout action to v4
1 parent c56a97f commit cb00791

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- jupyter-controller
6363
- jupyter-ui
6464
steps:
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666
- run: python3 -m pip install tox
6767
- run: tox -e ${{ matrix.charm }}-lint
6868

@@ -76,7 +76,7 @@ jobs:
7676
- jupyter-controller
7777
- jupyter-ui
7878
steps:
79-
- uses: actions/checkout@v3
79+
- uses: actions/checkout@v4
8080
- run: python3 -m pip install tox
8181
- run: tox -e ${{ matrix.charm }}-unit
8282

@@ -132,7 +132,7 @@ jobs:
132132
- jupyter-controller
133133
- jupyter-ui
134134
steps:
135-
- uses: actions/checkout@v3
135+
- uses: actions/checkout@v4
136136

137137
- name: Setup operator environment
138138
uses: charmed-kubernetes/actions-operator@main
@@ -164,7 +164,7 @@ jobs:
164164
runs-on: ubuntu-20.04
165165
steps:
166166
- name: Check out code
167-
uses: actions/checkout@v3
167+
uses: actions/checkout@v4
168168

169169
- name: Setup operator environment
170170
uses: charmed-kubernetes/actions-operator@main

0 commit comments

Comments
 (0)