Skip to content

Commit

Permalink
Explicitely update "awalsh128/cache-apt-pkgs-action" from v1 to v1.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrick committed Jan 23, 2025
1 parent 8862007 commit 98ff7da
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cargo-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
cache: false
- uses: awalsh128/cache-apt-pkgs-action@v1
- uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: libtss2-dev uuid-dev libjson-c-dev libcurl4-openssl-dev
- run: make check
Expand All @@ -78,7 +78,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
cache: false
- uses: awalsh128/cache-apt-pkgs-action@v1
- uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: libtss2-dev uuid-dev libjson-c-dev libcurl4-openssl-dev
- run: |
Expand All @@ -104,7 +104,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
cache: false
- uses: awalsh128/cache-apt-pkgs-action@v1
- uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: libtss2-dev uuid-dev libjson-c-dev libcurl4-openssl-dev
- run: |
Expand All @@ -126,7 +126,7 @@ jobs:
cache: false
components: llvm-tools-preview
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: awalsh128/cache-apt-pkgs-action@v1
- uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: libtss2-dev uuid-dev libjson-c-dev libcurl4-openssl-dev
- run: |
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
cache: false
- uses: awalsh128/cache-apt-pkgs-action@v1
- uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: libtss2-dev uuid-dev libjson-c-dev libcurl4-openssl-dev
- run: make build
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
with:
toolchain: ${{ inputs.TOOLCHAIN_MAX }}
cache: false
- uses: awalsh128/cache-apt-pkgs-action@v1
- uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: libtss2-dev uuid-dev libjson-c-dev libcurl4-openssl-dev
- run: make docs
Expand All @@ -215,7 +215,7 @@ jobs:
with:
toolchain: ${{ inputs.TOOLCHAIN_MAX }}
cache: false
- uses: awalsh128/cache-apt-pkgs-action@v1
- uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: libtss2-dev uuid-dev libjson-c-dev libcurl4-openssl-dev
- run: make package
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
with:
toolchain: ${{ inputs.TOOLCHAIN_MAX }}
cache: false
- uses: awalsh128/cache-apt-pkgs-action@v1
- uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: libtss2-dev uuid-dev libjson-c-dev libcurl4-openssl-dev
- run: make publish
Expand Down

0 comments on commit 98ff7da

Please sign in to comment.