Skip to content

Commit 1680eb3

Browse files
authored
Create release for deploy-stg branch (#1109)
* Create release for deploy-stg branch * Bump workflow dependency versions
1 parent 3cf8d7d commit 1680eb3

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- stable
66
- master
77
- deploy
8+
- deploy-stg
89
paths:
910
- "config/**"
1011
- "lib/**"
@@ -28,16 +29,16 @@ jobs:
2829
OTP_VERSION: 25.3.2
2930
steps:
3031
- uses: rlespinasse/[email protected]
31-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v4
3233
- name: Cache deps
33-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3435
with:
3536
path: deps
3637
key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
3738
restore-keys: |
3839
${{ runner.os }}-mix-
3940
- name: Cache _build
40-
uses: actions/cache@v2
41+
uses: actions/cache@v4
4142
with:
4243
path: |
4344
_build

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ jobs:
3737
# needed because the postgres container does not provide a healthcheck
3838
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v4
4141
- name: Cache deps
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4343
with:
4444
path: deps
4545
key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
4646
restore-keys: |
4747
${{ runner.os }}-mix-
4848
- name: Cache _build
49-
uses: actions/cache@v2
49+
uses: actions/cache@v4
5050
with:
5151
path: |
5252
_build

0 commit comments

Comments
 (0)