File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v2
36+ uses : actions/checkout@v4.1.7
3737
3838 # Setup gcloud CLI
3939 - name : Setup CLI
6060 # Fetch latest release
6161 - name : Fetch latest release
6262 id : fetch-latest-release
63- uses : InsonusK/get-latest-release@v1.0.1
63+ uses : InsonusK/get-latest-release@v1.1.0
6464 with :
6565 myToken : ${{ github.token }}
6666 exclude_types : " draft|prerelease"
9191
9292 # Commit
9393 - name : Commit to repo
94- uses : EndBug/add-and-commit@v9
94+ uses : EndBug/add-and-commit@v9.1.4
9595 with :
9696 default_author : github_actions
9797
@@ -101,4 +101,4 @@ jobs:
101101 run : |-
102102 kubectl rollout restart deployment/$DEPLOYMENT_NAME
103103 kubectl rollout status deployment/$DEPLOYMENT_NAME --timeout=300s
104- kubectl get services -o wide
104+ kubectl get services -o wide
You can’t perform that action at this time.
0 commit comments