Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ubuntu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ jobs:

steps:
- name: Checkout Chaste/${{ env.chaste_branch }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: Chaste/Chaste
path: Chaste
ref: ${{ env.chaste_branch }}

- name: Checkout ApPredict
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: Chaste/ApPredict
path: Chaste/projects/ApPredict

- name: Setup directories
run: |
mkdir -p build
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Slack notification
if: ${{ failure() && github.event_name == 'schedule' }}
uses: slackapi/slack-github-action@v2.0.0
uses: slackapi/slack-github-action@v3.0.1
with:
method: chat.postMessage
token: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
Expand Down