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
8 changes: 4 additions & 4 deletions .github/workflows/export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.0
- run: curl --fail 'https://ggpk.exposed/version?poe=2' | sed -r 's|.*/([0-9](\.[0-9]+)+)/$|\1|' > version.txt
- run: git ls-remote https://github.com/poe-tool-dev/dat-schema.git refs/heads/main > schema.txt
- id: version
Expand All @@ -31,17 +31,17 @@ jobs:
if: github.event_name != 'schedule' || needs.version.outputs.changes_detected == 'true'
steps:
- name: checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.0
with:
path: poe2
ref: ${{ needs.version.outputs.commit_hash }}
- name: checkout repoe
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.0
with:
repository: repoe-fork/repoe-fork
path: RePoE
- name: checkout pypoe
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.0
with:
repository: repoe-fork/pypoe
path: PyPoE
Expand Down