Skip to content
Open
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/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: ipdxco/reusable-workflow-context@e0cb8a05f123873388b5079c96acfe236f59a870
with:
path: ipdxco/sorted-pr-checks/.github/workflows/comment.yml
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: ipdxco/sorted-pr-checks
path: sorted-pr-checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Realase
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- id: release
uses: pl-strflt/changelog-driven-release@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
outputs:
templates: ${{ steps.matrix.outputs.templates }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ github.event.workflow_run.head_sha }}
- id: matrix
Expand All @@ -46,7 +46,7 @@ jobs:
template: ${{fromJson(needs.matrix.outputs.templates)}}
fail-fast: false
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ github.event.workflow_run.head_sha }}
path: sorted-pr-checks
Expand Down
Loading