Skip to content

Commit 1f01ab1

Browse files
committed
more CI bumps
and removed depreciated set-output
1 parent 4dfc05f commit 1f01ab1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020

2121
- name: Set vars
2222
id: vars
23-
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
23+
# run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} # this is depreciated: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
24+
run: echo "name=tag::${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
2425

2526
- name: Checkout code
2627
uses: actions/[email protected]
@@ -29,7 +30,7 @@ jobs:
2930

3031
- name: Setup cmake
3132
if: contains( matrix.gcc_v, 9 )
32-
uses: jwlawson/actions-setup-cmake@v1.13
33+
uses: jwlawson/actions-setup-cmake@v2.0.2
3334
with:
3435
cmake-version: '3.19.x'
3536

0 commit comments

Comments
 (0)