Skip to content

Commit 834e6a4

Browse files
synaretemergify[bot]
authored andcommitted
workflows: upgrade to checkout@v4
Eliminate github's warning ("Node.js 16 actions are deprecated") by upgrading to 'checkout@v4'. Signed-off-by: Shachar Sharon <[email protected]>
1 parent bbb1801 commit 834e6a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: github.event_name == 'pull_request'
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
ref: ${{ github.event.pull_request.head.sha }}
@@ -36,7 +36,7 @@ jobs:
3636
- test_distro: "centos-stream9"
3737
base_image: "quay.io/centos/centos:stream9"
3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
with:
4141
fetch-depth: 0
4242
- name: Build test container
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.repository == 'samba-in-kubernetes/sambacc'
5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
- name: log in to quay.io
5454
run: docker login -u "${{ secrets.QUAY_USER }}" -p "${{ secrets.QUAY_PASS }}" quay.io
5555
- name: build container image

0 commit comments

Comments
 (0)