Skip to content

Commit

Permalink
more version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Dec 4, 2024
1 parent c07e080 commit 9b18cfc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Test GH action - rasa init

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Create a new project
run: |
Expand Down Expand Up @@ -59,10 +59,10 @@ jobs:
name: Test GH action - Rasa X Demo

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Checkout Rasa X Demo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: RasaHQ/rasa-x-demo
path: rasa-x-demo
Expand Down Expand Up @@ -107,10 +107,10 @@ jobs:
needs: [test_action_x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Checkout Rasa Demo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: RasaHQ/rasa-demo
path: rasa-demo
Expand Down Expand Up @@ -147,10 +147,10 @@ jobs:
name: Test GH action - Rasa Demo - ALL

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Checkout Rasa Demo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: RasaHQ/rasa-demo
path: rasa-demo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags')
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# Checks-out GitHub repository
# more: https://github.com/actions/checkout
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Run rasa train and rasa test
- name: My first step
Expand Down

0 comments on commit 9b18cfc

Please sign in to comment.