Skip to content

Commit

Permalink
Update dependencies and release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed Mar 10, 2023
1 parent 0477779 commit e0e6688
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check:
timeout-minutes: 30
name: Check Signed Tag
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
stringver: ${{ steps.contentrel.outputs.stringver }}

Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
package:
name: Build Release Package
timeout-minutes: 60
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [check]
steps:
- name: Print version
Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modality-ctf-plugins"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Jon Lamb <[email protected]>"]
description = "A Modality reflector plugin suite for CTF data"
Expand Down

0 comments on commit e0e6688

Please sign in to comment.