Skip to content

Commit 36e5f2c

Browse files
committed
chore: temp verify @v5 major pin (will delete)
1 parent 46a2ee1 commit 36e5f2c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Verify v5 major pin
2+
on:
3+
push:
4+
branches: [verify-v5-major-pin]
5+
jobs:
6+
verify:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Setup kosli via released @v5 with major pin "2"
10+
id: setup
11+
uses: kosli-dev/setup-cli-action@v5
12+
with:
13+
version: "2"
14+
- name: Show what it resolved to
15+
run: |
16+
echo "resolved-output=${{ steps.setup.outputs.version }}"
17+
kosli version --short

0 commit comments

Comments
 (0)