We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59d080a + 3b8851a commit 9974947Copy full SHA for 9974947
.github/workflows/release.yml
@@ -6,13 +6,13 @@ on:
6
jobs:
7
pre-commit:
8
name: Create globally available pre-commit cache
9
- uses: cachuperia/github-reusable-workflows/.github/workflows/pre-commit.yml@v1.0.2
+ uses: cachuperia/github-reusable-workflows/.github/workflows/pre-commit.yml@v1.1.0
10
with:
11
- python-version: "3.10.5"
+ python-version: "3.11.8"
12
13
release:
14
- uses: cachuperia/github-reusable-workflows/.github/workflows/release-workflow.yml@v1.0.2
+ uses: cachuperia/github-reusable-workflows/.github/workflows/release-workflow.yml@v1.1.0
15
16
17
secrets:
18
token: ${{ secrets.AUTOMATION_GITHUB_TOKEN }}
0 commit comments