From 2a673a8cb44fe34e1a0feed7fb40d7fc9e0203cd Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 9 Dec 2022 20:08:07 +0100 Subject: [bitint] Division --- .github/workflows/build_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build_and_test.yml') diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index e2590d3..c14b6c2 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build shell: bash @@ -44,7 +44,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build shell: bash -- cgit v1.2.3