aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-10-17 18:31:50 +0200
committerstonedDiscord <Tukz@gmx.de>2024-10-17 18:31:50 +0200
commit9d598e8ce14ef5c8ca5b8e1355caeebe5845d4eb (patch)
tree6a4284ae42731d5dbf498cdc1ffb1969c93fa40a /.github/workflows/test.yml
parent75fd8fc2fd8375e20a696a1c18bda37e0d517adf (diff)
parentbbf9099167334abf4fcbd76b4cfa2ff18600c3ce (diff)
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fc5810d..8a3b6a4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
- name: Setup Node
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
with:
node-version: 14
- name: Install Dependencies