diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 22ba4421..d4267269 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@v2.4.0 + - uses: actions/checkout@v3 - 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@v2.4.0 + - uses: actions/checkout@v3 - run: yarn install --frozen-lockfile - run: yarn build - uses: cachix/install-nix-action@v16 @@ -48,7 +48,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - run: yarn install --frozen-lockfile - run: yarn build - uses: cachix/install-nix-action@v16 @@ -66,7 +66,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - run: yarn install --frozen-lockfile - run: yarn build - uses: cachix/install-nix-action@v16 @@ -84,7 +84,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Install Nix uses: cachix/install-nix-action@v16 with: