diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2022-12-09 20:08:07 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2022-12-09 20:08:07 +0100 |
commit | 2a673a8cb44fe34e1a0feed7fb40d7fc9e0203cd (patch) | |
tree | 8836570b571c44f27063128e0d439bd5caec7ca3 /.github/workflows | |
parent | 5391a2681f812e773ddc97088183312d3eaa74f0 (diff) | |
download | kit-2a673a8cb44fe34e1a0feed7fb40d7fc9e0203cd.zip |
[bitint] Division
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build_and_test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |