Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
steps:
- run: yum install -y git tree
- name: checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v6.0.2
with:
path: RePoE
- name: checkout pob
uses: actions/checkout@v4.2.2
uses: actions/checkout@v6.0.2
with:
repository: PathOfBuildingCommunity/PathOfBuilding
path: PathOfBuilding
- name: checkout pob2
uses: actions/checkout@v4.2.2
uses: actions/checkout@v6.0.2
with:
repository: PathOfBuildingCommunity/PathOfBuilding-PoE2
path: PathOfBuilding2
Expand Down