Skip to content

Commit e1fde77

Browse files
authored
Merge pull request #37 from Chaste/upgrade-github-actions
Upgrade github actions
2 parents ffe4f08 + d1ebded commit e1fde77

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ubuntu-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ jobs:
2828

2929
steps:
3030
- name: Checkout Chaste/${{ env.chaste_branch }}
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
repository: Chaste/Chaste
3434
path: Chaste
3535
ref: ${{ env.chaste_branch }}
36-
36+
3737
- name: Checkout ApPredict
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939
with:
4040
repository: Chaste/ApPredict
4141
path: Chaste/projects/ApPredict
42-
42+
4343
- name: Setup directories
4444
run: |
4545
mkdir -p build
@@ -80,7 +80,7 @@ jobs:
8080

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

0 commit comments

Comments
 (0)