Skip to content

Commit 4978d9e

Browse files
authored
update deb-s3
1 parent 7c6bd26 commit 4978d9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ubuntu-packages-and-docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ jobs:
114114
ruby \
115115
lld
116116
117-
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/0.11.4/deb-s3-0.11.4.gem
118-
sudo gem install deb-s3-0.11.4.gem
117+
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/0.11.8/deb-s3-0.11.8.gem
118+
sudo gem install deb-s3-0.11.8.gem
119119
sudo dpkg --configure -a
120120
dpkg-deb --version
121121
@@ -244,8 +244,8 @@ jobs:
244244
toolchain: stable
245245
- name: Update dependencies
246246
run: |
247-
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/0.11.4/deb-s3-0.11.4.gem
248-
sudo gem install deb-s3-0.11.4.gem
247+
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/0.11.8/deb-s3-0.11.8.gem
248+
sudo gem install deb-s3-0.11.8.gem
249249
sudo dpkg --configure -a
250250
dpkg-deb --version
251251
- name: Build and release package

0 commit comments

Comments
 (0)