From 42f8a7effb0f15dad9035a03a1a321c8215cc060 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Wed, 4 Sep 2024 16:58:27 +0200 Subject: [PATCH] updated actions/checkout from v1 to v4 in examples --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3f37a5..592614e 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - uses: actions-hub/kubectl@master env: KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }} @@ -101,7 +101,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - uses: actions-hub/kubectl@master env: KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }} @@ -125,4 +125,4 @@ To use a specific version of kubectl use: ``` ## Licence -[MIT License](https://github.com/actions-hub/kubectl/blob/master/LICENSE) \ No newline at end of file +[MIT License](https://github.com/actions-hub/kubectl/blob/master/LICENSE)