diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 2f772b5..03c558f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: cimaster-latest steps: - name: 📦 Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🦀 Setup Rust cache uses: https://github.com/Swatinem/rust-cache@v2 with: diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 044d36f..33dd17f 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: runs-on: cimaster-latest steps: - name: 📦 Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get variables run: | diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 6b81189..c47f1df 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "rustypipe-codegen" +version = "0.1.0" edition.workspace = true authors.workspace = true license.workspace = true