From cadf620f6084ba2e06a8db4a6f3a59efc5e41747 Mon Sep 17 00:00:00 2001 From: Martin Herting Date: Thu, 23 May 2024 16:53:18 +0200 Subject: [PATCH] Update github actions. --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f104df..ea3deb2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,15 +17,15 @@ jobs: node-version: [18, 20] steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup docker-compose uses: KengoTODA/actions-setup-docker-compose@main with: - version: "2.18.1" + version: "2.27.0" - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: "npm" @@ -37,7 +37,7 @@ jobs: run: CURRENT_UID=$(id -u):$(id -g) npm run test:ci - name: Coveralls - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@main with: github-token: ${{ secrets.GITHUB_TOKEN }}