chore: update ver. of reusable workflow

Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
Dmitry Kisler 2023-10-12 17:24:30 +02:00
parent 64d8a821a2
commit fa9fe16a55
No known key found for this signature in database
GPG key ID: 46C0A987D58548F6

View file

@ -9,11 +9,11 @@ on:
jobs: jobs:
check-dist: check-dist:
name: Check dist/ directory name: Check dist/ directory
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189 uses: actions/reusable-workflows/.github/workflows/check-dist.yml@967035ce963867fb956a309c9b67512314bc7c1f
with: with:
node-version: "20.x" node-version: "20.x"
test: test:
name: Test name: Test
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189 uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@967035ce963867fb956a309c9b67512314bc7c1f
with: with:
node-version: "20.x" node-version: "20.x"