Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Protelis/Protelis-Parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5b711e4d7124bd65e5ff98ed3dfbfb3086117014
Choose a base ref
..
head repository: Protelis/Protelis-Parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c178474538f4bd6723b2af3ca820b15ba61bb3fc
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/build-and-deploy.yml
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
min-java: ${{ steps.range.outputs.min-java }}
steps:
- name: Checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
- name: Compute range
id: range
run: .github/compute-java-range.rb >> "$GITHUB_OUTPUT"
@@ -69,7 +69,7 @@ jobs:
node-version: ${{ steps.node-version.outputs.version }}
- name: Checkout the update site
if: matrix.jvm_version == ${{ needs.compute-java-range.outputs.min-java }} && contains('Linux', runner.os)
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
path: update-site
fetch-depth: 0