Skip to content

Commit

Permalink
bumpi
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Aug 7, 2024
1 parent d335d0f commit e038f6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
fetch-depth: 0
- name: get CI changes
id: changed-ci
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v44
with:
files: |
.github/workflows/ci.yaml
- name: get changed rs files
id: changed-rs
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v44
with:
files: |
**/*.rs
Expand All @@ -93,19 +93,19 @@ jobs:
.cargo/**
- name: get markdown changes
id: changed-markdown
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v44
with:
files: |
README.md
- name: get protocol changes
id: changed-protocol
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v44
with:
files: |
mirrord/protocol/**
- name: get protocol toml changes
id: changed-protocol-toml
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v44
with:
files: |
mirrord/protocol/Cargo.toml
Expand Down

0 comments on commit e038f6e

Please sign in to comment.