From 22b236558f0eccf8f480390d05addc97cb618185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:15:44 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.2 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6.0.2...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/export.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml index 4e81a6cf5..9fab4ed62 100644 --- a/.github/workflows/export.yml +++ b/.github/workflows/export.yml @@ -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 @@ -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