Skip to content

Commit

Permalink
Quote versions as strings
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Aug 8, 2023
1 parent 8f1f8ba commit e0fe7da
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libpam0g-dev
version: 1.0
version: "1.0"

- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libpam0g-dev
version: 1.0
version: "1.0"

- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -282,14 +282,14 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70
toolchain: "1.70"
override: true

- name: Install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libpam0g-dev
version: 1.0
version: "1.0"

- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libpam0g-dev
version: 1.0
version: "1.0"

- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libpam0g-dev
version: 1.0
version: "1.0"

- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libpam0g-dev
version: 1.0
version: "1.0"

- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libpam0g-dev
version: 1.0
version: "1.0"

- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit e0fe7da

Please sign in to comment.