Skip to content

Commit 369f05c

Browse files
Merge branch '5.0/update-github-actions-dependencies' into 5.0-trunk
2 parents 2bd6f19 + ad3507c commit 369f05c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/github-action.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
echo "DOCKER_BUILDKIT=0" >> $GITHUB_ENV
2929
docker network create rt
3030
- name: Check out RTIR
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v4
3232
- name: Cache .prove state
3333
id: cache-prove-state
34-
uses: actions/cache@v3
34+
uses: actions/cache@v4
3535
with:
3636
path: .prove
3737
key: ${{ runner.os }}-sqlite
@@ -55,7 +55,7 @@ jobs:
5555
echo "RT_GA_TEST_TIME=$RT_GA_TEST_TIME" >>"$GITHUB_ENV"
5656
- name: Post results to Slack
5757
if: always()
58-
uses: edge/simple-slack-notify@v1.1.1
58+
uses: welliba/simple-slack-notify@e1ff920c08c147568f1a40cffd47ce1fa7d4d22c
5959
env:
6060
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NOTIFICATIONS }}
6161
with:
@@ -77,10 +77,10 @@ jobs:
7777
echo "DOCKER_BUILDKIT=0" >> $GITHUB_ENV
7878
docker network create rt
7979
- name: Check out RTIR
80-
uses: actions/checkout@v2
80+
uses: actions/checkout@v4
8181
- name: Cache .prove state
8282
id: cache-prove-state
83-
uses: actions/cache@v3
83+
uses: actions/cache@v4
8484
with:
8585
path: .prove
8686
key: ${{ runner.os }}-mariadb
@@ -105,7 +105,7 @@ jobs:
105105
echo "RT_GA_TEST_TIME=$RT_GA_TEST_TIME" >>"$GITHUB_ENV"
106106
- name: Post results to Slack
107107
if: always()
108-
uses: edge/simple-slack-notify@v1.1.1
108+
uses: welliba/simple-slack-notify@e1ff920c08c147568f1a40cffd47ce1fa7d4d22c
109109
env:
110110
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NOTIFICATIONS }}
111111
with:
@@ -127,10 +127,10 @@ jobs:
127127
echo "DOCKER_BUILDKIT=0" >> $GITHUB_ENV
128128
docker network create rt
129129
- name: Check out RTIR
130-
uses: actions/checkout@v2
130+
uses: actions/checkout@v4
131131
- name: Cache .prove state
132132
id: cache-prove-state
133-
uses: actions/cache@v3
133+
uses: actions/cache@v4
134134
with:
135135
path: .prove
136136
key: ${{ runner.os }}-pg
@@ -155,7 +155,7 @@ jobs:
155155
echo "RT_GA_TEST_TIME=$RT_GA_TEST_TIME" >>"$GITHUB_ENV"
156156
- name: Post results to Slack
157157
if: always()
158-
uses: edge/simple-slack-notify@v1.1.1
158+
uses: welliba/simple-slack-notify@e1ff920c08c147568f1a40cffd47ce1fa7d4d22c
159159
env:
160160
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NOTIFICATIONS }}
161161
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bpssysadmin/rt-base-debian:RT-5.0.8-bullseye-20241112
1+
FROM bpssysadmin/rt-base-debian:RT-5.0.8-buster-20250509
22

33
LABEL maintainer="Best Practical Solutions <contact@bestpractical.com>"
44

0 commit comments

Comments
 (0)