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: JonasAlfredsson/docker-kea
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a6bd6e92b76232e5fa8dec098660a5f8cfce7f1a
Choose a base ref
..
head repository: JonasAlfredsson/docker-kea
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9b0f8653910e946d425fdf28daf09d2d27cfecec
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 .github/workflows/check_for_updates.yml
  2. +2 −2 .github/workflows/simple_build_test.yml
2 changes: 1 addition & 1 deletion .github/workflows/check_for_updates.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Run the script which checks for new versions
run: bash .github/update_checker.sh >> $GITHUB_ENV
4 changes: 2 additions & 2 deletions .github/workflows/simple_build_test.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
timeout-minutes: 120
steps:
- name: Checkout the repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
@@ -33,7 +33,7 @@ jobs:
timeout-minutes: 120
steps:
- name: Checkout the repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.7.1