Skip to content

Commit 9974947

Browse files
authored
Merge pull request #5 from cachuperia/ruff
ci: bump GitHub workflow to 1.1.0
2 parents 59d080a + 3b8851a commit 9974947

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
jobs:
77
pre-commit:
88
name: Create globally available pre-commit cache
9-
uses: cachuperia/github-reusable-workflows/.github/workflows/pre-commit.yml@v1.0.2
9+
uses: cachuperia/github-reusable-workflows/.github/workflows/pre-commit.yml@v1.1.0
1010
with:
11-
python-version: "3.10.5"
11+
python-version: "3.11.8"
1212

1313
release:
14-
uses: cachuperia/github-reusable-workflows/.github/workflows/release-workflow.yml@v1.0.2
14+
uses: cachuperia/github-reusable-workflows/.github/workflows/release-workflow.yml@v1.1.0
1515
with:
16-
python-version: "3.10.5"
16+
python-version: "3.11.8"
1717
secrets:
1818
token: ${{ secrets.AUTOMATION_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)