summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2022-12-09 20:08:07 +0100
committerMitya Selivanov <automainint@guattari.tech>2022-12-09 20:08:07 +0100
commit2a673a8cb44fe34e1a0feed7fb40d7fc9e0203cd (patch)
tree8836570b571c44f27063128e0d439bd5caec7ca3 /.github
parent5391a2681f812e773ddc97088183312d3eaa74f0 (diff)
downloadkit-2a673a8cb44fe34e1a0feed7fb40d7fc9e0203cd.zip
[bitint] Division
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_and_test.yml4
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