diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-06-19 03:05:00 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-06-19 03:05:00 +0300 |
| commit | a63290fbc828ad8e38fc2f77e79b98d066238626 (patch) | |
| tree | 4300d12e4bab9309a7598a2cc9b90ea236aa85b4 | |
| parent | 96a25b6c0e39ee39bceddbc8eae5bda8f305acbf (diff) | |
| download | fparkan-a63290fbc828ad8e38fc2f77e79b98d066238626.tar.xz fparkan-a63290fbc828ad8e38fc2f77e79b98d066238626.zip | |
chore(deps): update actions/checkout action to v7renovate/actions-checkout-7.x
| -rw-r--r-- | .gitea/workflows/docs-deploy.yml | 2 | ||||
| -rw-r--r-- | .gitea/workflows/renovate.yml | 2 | ||||
| -rw-r--r-- | .gitea/workflows/test.yml | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.gitea/workflows/docs-deploy.yml b/.gitea/workflows/docs-deploy.yml index 5425d13..c0bab93 100644 --- a/.gitea/workflows/docs-deploy.yml +++ b/.gitea/workflows/docs-deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 9b407ca..ff8e7ce 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run renovate run: | diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 835912d..f092222 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -7,7 +7,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: components: clippy @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest needs: lint steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable - name: Cargo test run: cargo test --workspace --all-features -- --nocapture @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest needs: test steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable - name: Install headless GL runtime run: | |
