vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 32e18c5ef7e1a7d5582b016d7c0cf5d6cfdd9574 parent e1ba663b6b9fe749f0dc65438ee5cb50bf9a89ed Author: Randy Palamar <palamar@ualberta.ca> Date: Fri, 9 Jun 2023 10:15:56 -0600 ci: update checkout action to v3 Diffstat:
| M | .github/workflows/coverity-scan.yml | | | 2 | +- |
| M | .github/workflows/luacheck.yml | | | 2 | +- |
| M | .github/workflows/luadoc.yml | | | 2 | +- |
| M | .github/workflows/macos.yml | | | 2 | +- |
| M | .github/workflows/man.yml | | | 2 | +- |
| M | .github/workflows/ubuntu.yml | | | 2 | +- |
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Dependency run: | diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Dependency run: sudo apt install lua-check diff --git a/.github/workflows/luadoc.yml b/.github/workflows/luadoc.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Dependency run: sudo apt install lua-ldoc diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Dependency Homebrew run: | diff --git a/.github/workflows/man.yml b/.github/workflows/man.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Dependency run: sudo apt install mandoc diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Dependency run: |