Skip to content

Commit

Permalink
chore: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Jan 14, 2025
1 parent 8ecae16 commit 5e5bede
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/actions/should-build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
fetch-depth: 0

- id: changed-files
uses: tj-actions/changed-files@@v44.5.2
uses: tj-actions/[email protected]
with:
base_sha: ${{ inputs.base-sha }}
since_last_remote_commit: ${{ github.event_name == 'push' }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:

jobs:
checks:
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected]
# FIXME: the new version of the linter fails with a lot of errors if upgraded
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected]

get-available-images-matrix:
needs: checks
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/generate-dependabot-config.yml

This file was deleted.

0 comments on commit 5e5bede

Please sign in to comment.