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/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code changes
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Update dependencies
uses: wader/bump/action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code changes
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Prepare Docker
uses: docker/setup-buildx-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ ubuntu-latest, windows-latest, macos-13 ] # pin macos to latest x64 image
steps:
- name: Checkout code changes
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
security-events: write
steps:
- name: Checkout code changes
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
fetch-depth: 0
Expand Down
Loading