Skip to content

Commit 7e40161

Browse files
committed
ci: unbreak show-spring-boot-version-diff.sh script by updating Ubuntu image to bring newer curl
--fail-with-body option has been added to curl in 7.76.0 while Ubuntu 20.04 contains 7.68.0. Update to newer Ubuntu will bring us curl 7.81.0 that should fix the issue. See also: - https://github.com/actions/runner-images/blob/266f9413d39fc77ade974757b633ef98873c9c21/images/ubuntu/Ubuntu2004-Readme.md - https://github.com/actions/runner-images/blob/266f9413d39fc77ade974757b633ef98873c9c21/images/ubuntu/Ubuntu2204-Readme.md Correction for 225fe81 commit. Part of #1657 Fix #1653
1 parent e556c76 commit 7e40161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencies-diff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
show-spring-boot-version-diff:
2727
name: Run show-spring-boot-version-diff.sh
2828
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-22.04
3030
steps:
3131
- name: Clone source code
3232
uses: actions/[email protected] # https://github.com/actions/checkout

0 commit comments

Comments
 (0)