diff options
| author | TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> | 2024-09-11 19:49:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-11 19:49:39 -0700 |
| commit | d2c5aef58b69072b9c20c6d4a6bc50728b442740 (patch) | |
| tree | f18e6715d346802a379f0e641eb14b2c79620be8 /.github | |
| parent | caac379b08728f7a739971fb7046cfe91a91ad6c (diff) | |
| download | decky-loader-d2c5aef58b69072b9c20c6d4a6bc50728b442740.tar.gz decky-loader-d2c5aef58b69072b9c20c6d4a6bc50728b442740.zip | |
Update release.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5753000f..b8a0f724 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,10 +36,10 @@ jobs: uses: actions/checkout@v4 - name: Install semver-tool asdf - uses: asdf-vm/actions/install@v1 + uses: asdf-vm/actions/install@v3 with: tool_versions: | - semver 3.3.0 + semver 3.4.0 - name: Get latest release uses: rez0n/actions-github-release@main |
