Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Setup repository and tools
uses: ppat/homelab-ops-actions/actions/setup-repository-tools@f66c9acb40309305e0e1fd3179406b85647aa54c # v2.3.2
uses: ppat/homelab-ops-actions/actions/setup-repository-tools@26cdd23c133bd8db2f408be4c6ef225509d6e8c4 # v2.5.0
with:
current_fetch_depth: 1
current_git_ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Sweep release pull requests
uses: ppat/homelab-ops-actions/actions/release-sweep@f66c9acb40309305e0e1fd3179406b85647aa54c # v2.3.2
uses: ppat/homelab-ops-actions/actions/release-sweep@26cdd23c133bd8db2f408be4c6ef225509d6e8c4 # v2.5.0
with:
# Pull requests touching this file run only the built-in read token; the monthly
# schedule supplies the App token needed for an authorized, live merge.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# reference below) and, with no mise_toml override, installs straight from
# current/mise.toml - the same `opentofu` pin the authoring toolchain uses
# locally, so there's no second version string to drift from it.
uses: ppat/homelab-ops-actions/actions/setup-repository-tools@f66c9acb40309305e0e1fd3179406b85647aa54c # v2.3.2
uses: ppat/homelab-ops-actions/actions/setup-repository-tools@26cdd23c133bd8db2f408be4c6ef225509d6e8c4 # v2.5.0
with:
current_git_ref: ${{ github.head_ref || github.ref }}
current_repository: ${{ github.repository }}
Expand Down