Skip to content

Commit 68b2a8f

Browse files
afgambinmvlassis
andauthored
[KF-7821] Upgrading GH actions (#63)
* Upgrading GH actions to checkout v4 * Apply suggestions from Mano's review Co-authored-by: Manos Vlassis <57320708+mvlassis@users.noreply.github.com> Signed-off-by: Angel Fernandez <103958447+afgambin@users.noreply.github.com> * Removing triggering actions in PRs --------- Signed-off-by: Angel Fernandez <103958447+afgambin@users.noreply.github.com> Co-authored-by: Manos Vlassis <57320708+mvlassis@users.noreply.github.com>
1 parent d8f7204 commit 68b2a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-to-aks-feast.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v5
2424

2525
- name: Set envvars from dependencies.yaml
2626
run: |

.github/workflows/deploy-to-aks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v5
2424

2525
- name: Set envvars from dependencies.yaml
2626
run: |

0 commit comments

Comments
 (0)