switch to checkout@v4 #301

This commit is contained in:
Christian Hagenest
2024-05-27 14:05:23 +02:00
committed by missytake
parent 57c29c14a4
commit 3899f41c61

View File

@@ -9,7 +9,7 @@ jobs:
name: isolated chatmaild tests name: isolated chatmaild tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: run chatmaild tests - name: run chatmaild tests
working-directory: chatmaild working-directory: chatmaild
@@ -19,7 +19,7 @@ jobs:
name: deploy-chatmail tests name: deploy-chatmail tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: initenv - name: initenv
run: scripts/initenv.sh run: scripts/initenv.sh