mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
.github/workflows: use $GITHUB_OUTPUT
See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This commit is contained in:
parent
5ddf75c4b3
commit
a9c272d137
2
.github/workflows/steam.yml
vendored
2
.github/workflows/steam.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Go version
|
||||
id: go
|
||||
run: |
|
||||
echo "::set-output name=version::$(curl --location https://go.dev/VERSION?m=text)"
|
||||
echo "version=$(curl --location https://go.dev/VERSION?m=text)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Docker run (amd64)
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user