From cf79ec7febd5b5c0f6d7ab5cc7f86845bd3b397d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:36:38 +0000 Subject: [PATCH] Bump the github-actions group with 6 updates Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [praw-dev/.github/.github/workflows/ci.yml](https://github.com/praw-dev/.github) | `1.8.0` | `1.9.0` | | [praw-dev/.github/.github/workflows/lint.yml](https://github.com/praw-dev/.github) | `1.8.0` | `1.9.0` | | [praw-dev/.github/.github/workflows/pre-commit_autoupdate.yml](https://github.com/praw-dev/.github) | `1.8.0` | `1.9.0` | | [praw-dev/.github/.github/workflows/prepare_release.yml](https://github.com/praw-dev/.github) | `1.8.0` | `1.9.0` | | [praw-dev/.github/.github/workflows/stale_action.yml](https://github.com/praw-dev/.github) | `1.8.0` | `1.9.0` | | [praw-dev/.github/.github/workflows/tag_release.yml](https://github.com/praw-dev/.github) | `1.8.0` | `1.9.0` | Updates `praw-dev/.github/.github/workflows/ci.yml` from 1.8.0 to 1.9.0 - [Commits](https://github.com/praw-dev/.github/compare/34032c07a7e2f432e0bb13ff126ed667d96e2528...ec52651e5b4e1de96c58ed3652e662588fb62dbb) Updates `praw-dev/.github/.github/workflows/lint.yml` from 1.8.0 to 1.9.0 - [Commits](https://github.com/praw-dev/.github/compare/34032c07a7e2f432e0bb13ff126ed667d96e2528...ec52651e5b4e1de96c58ed3652e662588fb62dbb) Updates `praw-dev/.github/.github/workflows/pre-commit_autoupdate.yml` from 1.8.0 to 1.9.0 - [Commits](https://github.com/praw-dev/.github/compare/34032c07a7e2f432e0bb13ff126ed667d96e2528...ec52651e5b4e1de96c58ed3652e662588fb62dbb) Updates `praw-dev/.github/.github/workflows/prepare_release.yml` from 1.8.0 to 1.9.0 - [Commits](https://github.com/praw-dev/.github/compare/34032c07a7e2f432e0bb13ff126ed667d96e2528...ec52651e5b4e1de96c58ed3652e662588fb62dbb) Updates `praw-dev/.github/.github/workflows/stale_action.yml` from 1.8.0 to 1.9.0 - [Commits](https://github.com/praw-dev/.github/compare/34032c07a7e2f432e0bb13ff126ed667d96e2528...ec52651e5b4e1de96c58ed3652e662588fb62dbb) Updates `praw-dev/.github/.github/workflows/tag_release.yml` from 1.8.0 to 1.9.0 - [Commits](https://github.com/praw-dev/.github/compare/34032c07a7e2f432e0bb13ff126ed667d96e2528...ec52651e5b4e1de96c58ed3652e662588fb62dbb) --- updated-dependencies: - dependency-name: praw-dev/.github/.github/workflows/ci.yml dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: praw-dev/.github/.github/workflows/lint.yml dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: praw-dev/.github/.github/workflows/pre-commit_autoupdate.yml dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: praw-dev/.github/.github/workflows/prepare_release.yml dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: praw-dev/.github/.github/workflows/stale_action.yml dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: praw-dev/.github/.github/workflows/tag_release.yml dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/pre-commit_autoupdate.yml | 2 +- .github/workflows/prepare_release.yml | 2 +- .github/workflows/stale_action.yml | 2 +- .github/workflows/tag_release.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d025333..2725923 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ concurrency: jobs: ci: name: CI - uses: praw-dev/.github/.github/workflows/ci.yml@34032c07a7e2f432e0bb13ff126ed667d96e2528 # v1.8.0 + uses: praw-dev/.github/.github/workflows/ci.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 with: min_python: "3.10" python_versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fcff461..67e3d86 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ jobs: name: Lint workflows permissions: contents: read # required to check out the repository - uses: praw-dev/.github/.github/workflows/lint.yml@34032c07a7e2f432e0bb13ff126ed667d96e2528 # v1.8.0 + uses: praw-dev/.github/.github/workflows/lint.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 name: Lint workflows on: pull_request: diff --git a/.github/workflows/pre-commit_autoupdate.yml b/.github/workflows/pre-commit_autoupdate.yml index c6ce55b..ade068d 100644 --- a/.github/workflows/pre-commit_autoupdate.yml +++ b/.github/workflows/pre-commit_autoupdate.yml @@ -4,7 +4,7 @@ jobs: secrets: APP_ID: ${{ secrets.APP_ID }} APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} - uses: praw-dev/.github/.github/workflows/pre-commit_autoupdate.yml@34032c07a7e2f432e0bb13ff126ed667d96e2528 # v1.8.0 + uses: praw-dev/.github/.github/workflows/pre-commit_autoupdate.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 name: Update pre-commit hooks on: schedule: diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index 0f5f4e6..eb8d575 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -13,7 +13,7 @@ jobs: secrets: APP_ID: ${{ secrets.APP_ID }} APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} - uses: praw-dev/.github/.github/workflows/prepare_release.yml@34032c07a7e2f432e0bb13ff126ed667d96e2528 # v1.8.0 + uses: praw-dev/.github/.github/workflows/prepare_release.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 with: package: codesorter version: ${{ inputs.version }} diff --git a/.github/workflows/stale_action.yml b/.github/workflows/stale_action.yml index e70c345..128a402 100644 --- a/.github/workflows/stale_action.yml +++ b/.github/workflows/stale_action.yml @@ -4,7 +4,7 @@ jobs: permissions: issues: write # required to comment on and close stale issues pull-requests: write # required to comment on and close stale PRs - uses: praw-dev/.github/.github/workflows/stale_action.yml@34032c07a7e2f432e0bb13ff126ed667d96e2528 # v1.8.0 + uses: praw-dev/.github/.github/workflows/stale_action.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 name: Close stale issues and PRs on: schedule: diff --git a/.github/workflows/tag_release.yml b/.github/workflows/tag_release.yml index 28f3a15..8af39c3 100644 --- a/.github/workflows/tag_release.yml +++ b/.github/workflows/tag_release.yml @@ -8,4 +8,4 @@ jobs: name: Tag Release permissions: contents: write # required to push the release tag - uses: praw-dev/.github/.github/workflows/tag_release.yml@34032c07a7e2f432e0bb13ff126ed667d96e2528 # v1.8.0 + uses: praw-dev/.github/.github/workflows/tag_release.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0