From 6b3a447a73a540d12fc1ea60dde45139beedda25 Mon Sep 17 00:00:00 2001 From: Kelson Date: Mon, 24 Jun 2024 11:15:59 +0200 Subject: [PATCH] Bump-up a few action versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4076089..a8604e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v3 @@ -60,6 +60,6 @@ jobs: - name: codecov action if: ${{ matrix.node == '20' && matrix.os == 'ubuntu-20.04' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }}