Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Dec 4, 2024
1 parent 7ca1600 commit 7a6117a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-action-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
DOCKERHUB_USERNAME: stephens
steps:
- name: Checkout git repository 🕝
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build Actions Server Image
uses: RasaHQ/rasa-action-server-gha@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-train-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
# needs: [lint-testing, type-testing]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- id: files
uses: jitterbit/get-changed-files@v1
- name: set_training
Expand Down

0 comments on commit 7a6117a

Please sign in to comment.