mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
ci: allow bashunit GitHub action updates from dependabot
This commit is contained in:
parent
3fe2a16334
commit
fa44d8dd77
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -27,9 +27,8 @@ jobs:
|
|||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v7
|
||||
- uses: TypedDevs/bashunit@v0
|
||||
- uses: TypedDevs/bashunit@0.40.0
|
||||
with:
|
||||
version: '0.40.0'
|
||||
verify-checksum: 'true'
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
|
|
|
|||
Loading…
Reference in a new issue