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: codelicia/adventofcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8326466b5c11b318d15330ec859b6f4492cae5b9
Choose a base ref
..
head repository: codelicia/adventofcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: baae2d8b03cd696ccfb1e0e326b40fbcbd997bf9
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/kotlin.yml
2 changes: 1 addition & 1 deletion .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
distribution: 'temurin'
java-version: 17

- uses: gradle/gradle-build-action@v3.3.0
- uses: gradle/gradle-build-action@v3.3.1
with:
gradle-version: wrapper
arguments: build test