From 89a4aa994f60aa5f123bb05e73a1fd5fa9a85e30 Mon Sep 17 00:00:00 2001 From: Dylan Decrulle Date: Mon, 26 Feb 2024 13:48:17 +0100 Subject: [PATCH] ci: upgrade actions --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9d98bcb..c2d4f8a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,8 +13,8 @@ jobs: runs-on: ubuntu-latest if: ${{ !github.event.created && github.repository != 'garronej/ts-ci' }} steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 - uses: bahmutov/npm-install@v1 - name: If this step fails run 'yarn format' then commit again. run: yarn format:check @@ -27,8 +27,8 @@ jobs: os: [ ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - uses: bahmutov/npm-install@v1 @@ -88,10 +88,10 @@ jobs: - create_github_release - check_if_version_upgraded steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.ref }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: registry-url: https://registry.npmjs.org/ - uses: bahmutov/npm-install@v1