Skip to content

Commit

Permalink
more CI bumps
Browse files Browse the repository at this point in the history
and removed depreciated set-output
  • Loading branch information
jacobwilliams committed May 25, 2024
1 parent 4dfc05f commit 1f01ab1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:

- name: Set vars
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
# 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/
run: echo "name=tag::${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT

- name: Checkout code
uses: actions/checkout@v4.1.6
Expand All @@ -29,7 +30,7 @@ jobs:

- name: Setup cmake
if: contains( matrix.gcc_v, 9 )
uses: jwlawson/actions-setup-cmake@v1.13
uses: jwlawson/actions-setup-cmake@v2.0.2
with:
cmake-version: '3.19.x'

Expand Down

0 comments on commit 1f01ab1

Please sign in to comment.