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: wayofdev/docker-build-deps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f41d9cdcda24dd48e2f43b548e6d393c47b4de39
Choose a base ref
..
head repository: wayofdev/docker-build-deps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 81b35823012b95905c720a52332ba944bf0bfd50
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 .github/workflows/ci.yml
  2. +1 −1 .github/workflows/shellcheck.yml
  3. +1 −1 .github/workflows/upload-assets.yml
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
uses: e1himself/goss-installation-action@v1.2.1

- name: 📦 Check out the codebase
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0

2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0

2 changes: 1 addition & 1 deletion .github/workflows/upload-assets.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0