Skip to content

Commit d57fff4

Browse files
fix: bump pkger version (#910)
1 parent b4740fd commit d57fff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install pkger
3333
run: |
34-
curl -L -o /usr/local/bin/pkger https://github.com/ilya-zlobintsev/pkger/releases/download/v0.11.4/pkger
34+
curl -L -o /usr/local/bin/pkger https://github.com/ilya-zlobintsev/pkger/releases/download/v0.11.5/pkger
3535
chmod +x /usr/local/bin/pkger
3636
3737
# A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.

0 commit comments

Comments
 (0)