Skip to content

Commit

Permalink
updated actions/checkout from v1 to v4 in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
exelban authored Sep 4, 2024
1 parent a0d6fb4 commit 42f8a7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -125,4 +125,4 @@ To use a specific version of kubectl use:
```

## Licence
[MIT License](https://github.com/actions-hub/kubectl/blob/master/LICENSE)
[MIT License](https://github.com/actions-hub/kubectl/blob/master/LICENSE)

0 comments on commit 42f8a7e

Please sign in to comment.