Skip to content

Commit ba1d526

Browse files
committed
update cache-apt-pkgs-action in CI
1 parent 8a698e8 commit ba1d526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/c.check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: "ubuntu-22.04"
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
12+
- uses: awalsh128/cache-apt-pkgs-action@v1.4.3
1313
with:
1414
packages: clang-format
1515
version: 1.0

.github/workflows/python.build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Install dependencies
17-
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
17+
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
1818
with:
1919
packages: gcc g++ swig
2020
version: 1.0

0 commit comments

Comments
 (0)