Skip to content

Commit 6bd0630

Browse files
committed
Bump praw-dev/.github reusable workflow pins to v1.6.0
1 parent 1464236 commit 6bd0630

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Lint workflows
77
permissions:
88
contents: read # required to check out the repository
9-
uses: praw-dev/.github/.github/workflows/lint.yml@aa63811572338b6343772c542574909f1cbd8d78 # v1.5.0
9+
uses: praw-dev/.github/.github/workflows/lint.yml@ec3a733628adc5bd596def5294dae9fb4eb1e501 # v1.6.0
1010
name: Lint workflows
1111
on:
1212
pull_request:

.github/workflows/pre-commit_autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
secrets:
55
APP_ID: ${{ secrets.APP_ID }}
66
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
7-
uses: praw-dev/.github/.github/workflows/pre-commit_autoupdate.yml@aa63811572338b6343772c542574909f1cbd8d78 # v1.5.0
7+
uses: praw-dev/.github/.github/workflows/pre-commit_autoupdate.yml@ec3a733628adc5bd596def5294dae9fb4eb1e501 # v1.6.0
88
name: Update pre-commit hooks
99
on:
1010
schedule:

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
secrets:
55
APP_ID: ${{ secrets.APP_ID }}
66
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
7-
uses: praw-dev/.github/.github/workflows/prepare_release.yml@aa63811572338b6343772c542574909f1cbd8d78 # v1.5.0
7+
uses: praw-dev/.github/.github/workflows/prepare_release.yml@ec3a733628adc5bd596def5294dae9fb4eb1e501 # v1.6.0
88
with:
99
package: prawcore
1010
version: ${{ inputs.version }}

.github/workflows/tag_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
name: Tag Release
44
permissions:
55
contents: write # required to push the release tag
6-
uses: praw-dev/.github/.github/workflows/tag_release.yml@aa63811572338b6343772c542574909f1cbd8d78 # v1.5.0
6+
uses: praw-dev/.github/.github/workflows/tag_release.yml@ec3a733628adc5bd596def5294dae9fb4eb1e501 # v1.6.0
77
name: Tag Release
88
on:
99
push:

0 commit comments

Comments
 (0)