chore(deps): update actions/checkout action to v4 (#3321)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-07 13:52:25 -07:00
committed by GitHub
parent 53dc3779e0
commit 7b8ea4cefa
16 changed files with 20 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ jobs:
container:
image: docker.io/ubuntu:23.10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install shellcheck
run: apt update && apt install -y shellcheck bash && shellcheck --version