diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 151c98675..57735e95b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: secrets: NETWORK_TEST_CLIENT_ID: ${{ secrets.NETWORK_TEST_CLIENT_ID }} NETWORK_TEST_CLIENT_SECRET: ${{ secrets.NETWORK_TEST_CLIENT_SECRET }} - uses: praw-dev/.github/.github/workflows/ci.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 + uses: praw-dev/.github/.github/workflows/ci.yml@97050199f9773073e4360d798053b7fb342e4c1f # v1.11.0 with: min_python: "3.10" network_test: true diff --git a/.github/workflows/dependabot_automerge.yml b/.github/workflows/dependabot_automerge.yml index dea265c50..f954b03c4 100644 --- a/.github/workflows/dependabot_automerge.yml +++ b/.github/workflows/dependabot_automerge.yml @@ -6,7 +6,7 @@ jobs: secrets: APP_ID: ${{ secrets.APP_ID }} APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} - uses: praw-dev/.github/.github/workflows/dependabot_automerge.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 + uses: praw-dev/.github/.github/workflows/dependabot_automerge.yml@97050199f9773073e4360d798053b7fb342e4c1f # v1.11.0 name: Dependabot automerge on: pull_request: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 67e3d86f6..b418908d9 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@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 + uses: praw-dev/.github/.github/workflows/lint.yml@97050199f9773073e4360d798053b7fb342e4c1f # v1.11.0 name: Lint workflows on: pull_request: diff --git a/.github/workflows/pre-commit_autoupdate.yml b/.github/workflows/pre-commit_autoupdate.yml index ade068d27..8cbb32b5c 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@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 + uses: praw-dev/.github/.github/workflows/pre-commit_autoupdate.yml@97050199f9773073e4360d798053b7fb342e4c1f # v1.11.0 name: Update pre-commit hooks on: schedule: diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index 197ae2f9e..0bd3c892b 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.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/prepare_release.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 + uses: praw-dev/.github/.github/workflows/prepare_release.yml@97050199f9773073e4360d798053b7fb342e4c1f # v1.11.0 with: package: praw version: ${{ inputs.version }} diff --git a/.github/workflows/set_active_docs.yml b/.github/workflows/set_active_docs.yml index 44cb59ae7..6d27e17be 100644 --- a/.github/workflows/set_active_docs.yml +++ b/.github/workflows/set_active_docs.yml @@ -3,7 +3,7 @@ jobs: name: Set Active Docs secrets: READTHEDOCS_TOKEN: ${{ secrets.READTHEDOCS_TOKEN }} - uses: praw-dev/.github/.github/workflows/set_active_docs.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 + uses: praw-dev/.github/.github/workflows/set_active_docs.yml@97050199f9773073e4360d798053b7fb342e4c1f # v1.11.0 name: Set Active Docs on: release: diff --git a/.github/workflows/stale_action.yml b/.github/workflows/stale_action.yml index 128a402e2..096ce3352 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@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 + uses: praw-dev/.github/.github/workflows/stale_action.yml@97050199f9773073e4360d798053b7fb342e4c1f # v1.11.0 name: Close stale issues and PRs on: schedule: diff --git a/.github/workflows/tag_release.yml b/.github/workflows/tag_release.yml index 345f16d11..7cb26b1a7 100644 --- a/.github/workflows/tag_release.yml +++ b/.github/workflows/tag_release.yml @@ -3,7 +3,7 @@ jobs: name: Tag Release permissions: contents: write # required to push the release tag - uses: praw-dev/.github/.github/workflows/tag_release.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 + uses: praw-dev/.github/.github/workflows/tag_release.yml@97050199f9773073e4360d798053b7fb342e4c1f # v1.11.0 name: Tag Release on: push: