From d739646a07422e954902d0ee2a69cbb2b27a839e Mon Sep 17 00:00:00 2001 From: Samuel Ryan Date: Tue, 3 Oct 2023 22:21:52 +0300 Subject: [PATCH] ci: Test `@actions/core` warning --- .github/workflows/actions-core-test.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/actions-core-test.yaml diff --git a/.github/workflows/actions-core-test.yaml b/.github/workflows/actions-core-test.yaml new file mode 100644 index 0000000..fdb1415 --- /dev/null +++ b/.github/workflows/actions-core-test.yaml @@ -0,0 +1,19 @@ +name: "Test @actions/core warning" + +on: + push: + branches: + - "**" + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/setup-node@v3 + with: + node-version: 16 + - id: semver + run: prompt/actions-semver-aliases@v2 + with: + version: 1.2.3 + - run: echo ${{ steps.semver.outputs.list }}