diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff36c55f..a4d05ed4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: yarn install --frozen-lockfile - run: yarn build # check if typescript generation was committed @@ -31,7 +31,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: yarn install --frozen-lockfile - run: yarn build - uses: cachix/install-nix-action@v22 @@ -48,7 +48,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: yarn install --frozen-lockfile - run: yarn build - uses: cachix/install-nix-action@v22 @@ -66,7 +66,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: yarn install --frozen-lockfile - run: yarn build - uses: cachix/install-nix-action@v22 @@ -84,7 +84,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Nix uses: cachix/install-nix-action@v22 with: