summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-02 12:46:47 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-02 12:46:47 +0100
commit6af2f953176d3eac71a95353c61804b997767460 (patch)
treee897e4b06713fc89bb2be843ab53f814e4a17ed9 /.github/workflows/test.yml
parent6fda7f8cf5c2ae402f76c934fe386cabdc643066 (diff)
Workflows Test: Update from v2 to v3
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 08cd031..8903107 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Test with docker-compose
run: OAUTH_EXPIRED_TTL="5" PORTAL_USER="ci" PORTAL_PASS="ci" ./ci/startcompose.sh
@@ -29,8 +29,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-go@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-go@v3
with:
go-version: ^1.15
- run: make