There was an error while loading. Please reload this page.
2 parents ffe4f08 + d1ebded commit e1fde77Copy full SHA for e1fde77
1 file changed
.github/workflows/ubuntu-tests.yml
@@ -28,18 +28,18 @@ jobs:
28
29
steps:
30
- name: Checkout Chaste/${{ env.chaste_branch }}
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
32
with:
33
repository: Chaste/Chaste
34
path: Chaste
35
ref: ${{ env.chaste_branch }}
36
-
+
37
- name: Checkout ApPredict
38
39
40
repository: Chaste/ApPredict
41
path: Chaste/projects/ApPredict
42
43
- name: Setup directories
44
run: |
45
mkdir -p build
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Slack notification
82
if: ${{ failure() && github.event_name == 'schedule' }}
83
- uses: slackapi/slack-github-action@v2.0.0
+ uses: slackapi/slack-github-action@v3.0.1
84
85
method: chat.postMessage
86
token: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
0 commit comments