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/annotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

# Get the code from the repository to be packaged
- name: Get Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Annotate - Directory No Filter
uses: ./
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
# Get the code from the repository to be packaged
- name: Get Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install pre-commit and run the checks
- name: Pre-commit Checks
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
# Get the code from the repository to be packaged
- name: Get Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Action - Specific File
uses: ./
Expand Down