Skip to content

Commit 7a6117a

Browse files
committed
update versions
1 parent 7ca1600 commit 7a6117a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-action-server.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
DOCKERHUB_USERNAME: stephens
4949
steps:
5050
- name: Checkout git repository 🕝
51-
uses: actions/checkout@v2
51+
uses: actions/checkout@v4
5252
- name: Build Actions Server Image
5353
uses: RasaHQ/rasa-action-server-gha@main
5454
with:

.github/workflows/test-train-model.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
# needs: [lint-testing, type-testing]
1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v4
1919
- id: files
2020
uses: jitterbit/get-changed-files@v1
2121
- name: set_training

0 commit comments

Comments
 (0)