aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-24 22:20:45 +0000
committerGitHub <noreply@github.com>2023-07-24 22:20:45 +0000
commit41e28669428adc34219a3c84a476ec5f4acf950e (patch)
treedf6ef9febd24c6925a46e656ac364560713e4d05
parent2beaf864901abb337b263662800b3373326bcfd4 (diff)
downloadarchiva-dependabot/github_actions/master/actions/setup-java-3.12.0.tar.gz
archiva-dependabot/github_actions/master/actions/setup-java-3.12.0.zip
Bump actions/setup-java from 3.4.1 to 3.12.0dependabot/github_actions/master/actions/setup-java-3.12.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.1 to 3.12.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3.4.1...v3.12.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/maven.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index bc6475d8d..b5e421fe5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up JDK
- uses: actions/setup-java@v3.4.1
+ uses: actions/setup-java@v3.12.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
ui-selecting { background: #FECA40; } #selectable .ui-selected { background: #F39814; color: white; } #selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; } #selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; } </style> <script> $(function() { $( "#selectable" ).selectable({ stop: function() { var result = $( "#select-result" ).empty(); $( ".ui-selected", this ).each(function() { var index = $( "#selectable li" ).index( this ); result.append( " #" + ( index + 1 ) ); }); } }); }); </script> </head> <body> <div class="demo"> <p id="feedback"> <span>You've selected:</span> <span id="select-result">none</span>. </p> <ol id="selectable"> <li class="ui-widget-content">Item 1</li> <li class="ui-widget-content">Item 2</li> <li class="ui-widget-content">Item 3</li> <li class="ui-widget-content">Item 4</li> <li class="ui-widget-content">Item 5</li> <li class="ui-widget-content">Item 6</li> </ol> </div><!-- End demo --> <div class="demo-description"> <p>Write a function that fires on the <code>stop</code> event to collect the index values of selected items. Present values as feedback, or pass as a data string.</p> </div><!-- End demo-description --> </body> </html>