Skip to content

Commit a41e2b1

Browse files
Update awalsh128/cache-apt-pkgs-action to 1.4.3 (#3442)
Because older versions rely on `actions/upload-artifact@v3`, which has long been deprecated and is no defunct since February 2025
1 parent b2b24a4 commit a41e2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Configure APT Packages
33-
uses: awalsh128/cache-apt-pkgs-action@v1.3.0
33+
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
3434
# This action handles caching APT packages, and leaves the option for package configuration scripts to be run if needed,
3535
# saving a boat-load of time, if needed bump the action version.
3636
with:

0 commit comments

Comments
 (0)