Update test version

This commit is contained in:
ok-nick 2022-09-16 22:58:22 -04:00
parent fd69cec4ec
commit 59c19b56c2
No known key found for this signature in database
GPG key ID: A93D451DB4F2EB17

View file

@ -3,10 +3,10 @@ on:
workflow_dispatch:
push:
paths:
- '**.yml'
- "**.yml"
pull_request:
paths:
- '**.yml'
- "**.yml"
defaults:
run:
@ -39,7 +39,7 @@ jobs:
- run: mkdir project
- uses: ./.github/actions/test
with:
version: v0.2.6
version: v0.2.7
path: "./project"
test_mac_version_and_path:
@ -50,7 +50,7 @@ jobs:
- run: mkdir project
- uses: ./.github/actions/test
with:
version: v0.2.6
version: v0.2.7
path: "./project"
test_windows_version_and_path:
@ -61,5 +61,5 @@ jobs:
- run: mkdir project
- uses: ./.github/actions/test
with:
version: v0.2.6
version: v0.2.7
path: "./project"