Skip to content

Commit 0b006bb

Browse files
authored
update action versions in workflows (#133)
* update action versions in workflows Signed-off-by: Michael Kalantar <[email protected]> * fix link Signed-off-by: Michael Kalantar <[email protected]> --------- Signed-off-by: Michael Kalantar <[email protected]>
1 parent a3b65c2 commit 0b006bb

File tree

6 files changed

+27
-27
lines changed

6 files changed

+27
-27
lines changed

.github/workflows/abn-sample.yaml

+20-20
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-and-push-backend:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
- name: Get version
@@ -28,12 +28,12 @@ jobs:
2828
owner=iter8
2929
fi
3030
echo "OWNER=$owner" >> $GITHUB_ENV
31-
- uses: docker/setup-buildx-action@v2
32-
- uses: docker/login-action@v2
31+
- uses: docker/setup-buildx-action@v3
32+
- uses: docker/login-action@v3
3333
with:
3434
username: ${{ secrets.DOCKERHUB_USERNAME }}
3535
password: ${{ secrets.DOCKERHUB_SECRET }}
36-
- uses: docker/build-push-action@v4
36+
- uses: docker/build-push-action@v5
3737
with:
3838
platforms: linux/amd64,linux/arm64
3939
tags: ${{ env.OWNER }}/abn-sample-backend:${{ env.VERSION }}-v1,${{ env.OWNER }}/abn-sample-backend:${{ env.VERSION }}-v2,${{ env.OWNER }}/abn-sample-backend:${{ env.MAJOR_MINOR_VERSION }}-v1,${{ env.OWNER }}/abn-sample-backend:${{ env.MAJOR_MINOR_VERSION }}-v2,${{ env.OWNER }}/abn-sample-backend:latest
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
lang: [go, node]
5050
steps:
51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252
with:
5353
fetch-depth: 0
5454
- name: Get version
@@ -65,12 +65,12 @@ jobs:
6565
owner=iter8
6666
fi
6767
echo "OWNER=$owner" >> $GITHUB_ENV
68-
- uses: docker/setup-buildx-action@v2
69-
- uses: docker/login-action@v2
68+
- uses: docker/setup-buildx-action@v3
69+
- uses: docker/login-action@v3
7070
with:
7171
username: ${{ secrets.DOCKERHUB_USERNAME }}
7272
password: ${{ secrets.DOCKERHUB_SECRET }}
73-
- uses: docker/build-push-action@v4
73+
- uses: docker/build-push-action@v5
7474
with:
7575
platforms: linux/amd64,linux/arm64
7676
tags: ${{ env.OWNER }}/abn-sample-frontend-${{ matrix.lang }}:${{ env.VERSION }},${{ env.OWNER }}/abn-sample-frontend-${{ matrix.lang }}:${{ env.MAJOR_MINOR_VERSION }},${{ env.OWNER }}/abn-sample-frontend-${{ matrix.lang }}:latest
@@ -88,7 +88,7 @@ jobs:
8888
matrix:
8989
lang: [go]
9090
steps:
91-
- uses: actions/checkout@v3
91+
- uses: actions/checkout@v4
9292
with:
9393
fetch-depth: 0
9494
- name: Get version
@@ -105,12 +105,12 @@ jobs:
105105
owner=iter8
106106
fi
107107
echo "OWNER=$owner" >> $GITHUB_ENV
108-
- uses: docker/setup-buildx-action@v2
109-
- uses: docker/login-action@v2
108+
- uses: docker/setup-buildx-action@v3
109+
- uses: docker/login-action@v3
110110
with:
111111
username: ${{ secrets.DOCKERHUB_USERNAME }}
112112
password: ${{ secrets.DOCKERHUB_SECRET }}
113-
- uses: docker/build-push-action@v4
113+
- uses: docker/build-push-action@v5
114114
with:
115115
platforms: linux/amd64,linux/arm64
116116
tags: ${{ env.OWNER }}/abn-sample-mm-frontend-${{ matrix.lang }}:${{ env.VERSION }},${{ env.OWNER }}/abn-sample-mm-frontend-${{ matrix.lang }}:${{ env.MAJOR_MINOR_VERSION }},${{ env.OWNER }}/abn-sample-mm-frontend-${{ matrix.lang }}:latest
@@ -127,7 +127,7 @@ jobs:
127127
matrix:
128128
lang: [go]
129129
steps:
130-
- uses: actions/checkout@v3
130+
- uses: actions/checkout@v4
131131
with:
132132
fetch-depth: 0
133133
- name: Get version
@@ -144,12 +144,12 @@ jobs:
144144
owner=iter8
145145
fi
146146
echo "OWNER=$owner" >> $GITHUB_ENV
147-
- uses: docker/setup-buildx-action@v2
148-
- uses: docker/login-action@v2
147+
- uses: docker/setup-buildx-action@v3
148+
- uses: docker/login-action@v3
149149
with:
150150
username: ${{ secrets.DOCKERHUB_USERNAME }}
151151
password: ${{ secrets.DOCKERHUB_SECRET }}
152-
- uses: docker/build-push-action@v4
152+
- uses: docker/build-push-action@v5
153153
with:
154154
platforms: linux/amd64,linux/arm64
155155
tags: ${{ env.OWNER }}/abn-sample-kserve-http-frontend-${{ matrix.lang }}:${{ env.VERSION }},${{ env.OWNER }}/abn-sample-kserve-http-frontend-${{ matrix.lang }}:${{ env.MAJOR_MINOR_VERSION }},${{ env.OWNER }}/abn-sample-kserve-http-frontend-${{ matrix.lang }}:latest
@@ -166,7 +166,7 @@ jobs:
166166
matrix:
167167
lang: [go]
168168
steps:
169-
- uses: actions/checkout@v3
169+
- uses: actions/checkout@v4
170170
with:
171171
fetch-depth: 0
172172
- name: Get version
@@ -183,12 +183,12 @@ jobs:
183183
owner=iter8
184184
fi
185185
echo "OWNER=$owner" >> $GITHUB_ENV
186-
- uses: docker/setup-buildx-action@v2
187-
- uses: docker/login-action@v2
186+
- uses: docker/setup-buildx-action@v3
187+
- uses: docker/login-action@v3
188188
with:
189189
username: ${{ secrets.DOCKERHUB_USERNAME }}
190190
password: ${{ secrets.DOCKERHUB_SECRET }}
191-
- uses: docker/build-push-action@v4
191+
- uses: docker/build-push-action@v5
192192
with:
193193
platforms: linux/amd64,linux/arm64
194194
tags: ${{ env.OWNER }}/abn-sample-kserve-grpc-frontend-${{ matrix.lang }}:${{ env.VERSION }},${{ env.OWNER }}/abn-sample-kserve-grpc-frontend-${{ matrix.lang }}:${{ env.MAJOR_MINOR_VERSION }},${{ env.OWNER }}/abn-sample-kserve-grpc-frontend-${{ matrix.lang }}:latest

.github/workflows/builddocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Set up Python runtime
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ env.PYTHON_VERSION }}
2323

.github/workflows/linkcheck.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Steps represent a sequence of tasks that will be executed as part of the job
1818
steps:
1919
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: Link checker
2323
id: lychee

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
# setup pre-reqs
1515
- name: Checkout repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0 # fetch all commits for mike deploy
1919

.github/workflows/spellcheck.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
spell-check:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
- run: |
1616
pwd
1717
ls -l
18-
- uses: rojopolis/spellcheck-github-actions@0.29.0
18+
- uses: rojopolis/spellcheck-github-actions@0.35.0
1919
with:
2020
config_path: .github/spellcheck.yml

docs/getting-started/uninstall.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
helm delete iter8
33
```
44

5-
For additional uninstall options, see [Iter8 Uninstall](https://iter8.tools/0.18/user-guide/controller/uninstall/).
5+
For additional uninstall options, see [Iter8 Uninstall](https://iter8.tools/0.18/user-guide/uninstall/).

0 commit comments

Comments
 (0)