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/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
steps:
# First checkout the target repo (where we'll deploy)
- name: Checkout Collection
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: rtuszik/KoalaKeys-Collection

# Then checkout the source repo into a subdirectory
- name: Checkout KoalaKeys
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: rtuszik/KoalaKeys
path: KoalaKeys
Expand Down