Skip to content

Commit

Permalink
chore(ci): Update action and pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Feb 28, 2024
1 parent 49a7f79 commit 72fc540
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11.4"
python-version: "3.11"
- name: Cache pre-commit dependencies
id: cache_pre_commit
uses: actions/cache@v3
Expand Down Expand Up @@ -60,9 +60,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11.4"
python-version: "3.11"
cache: pip
cache-dependency-path: |
setup.cfg
Expand Down Expand Up @@ -99,9 +99,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11.4"
python-version: "3.11"
cache: pip
cache-dependency-path: |
setup.cfg
Expand Down Expand Up @@ -129,9 +129,9 @@ jobs:
- name: Fetch remote tags
run: git fetch origin 'refs/tags/*:refs/tags/*' -f
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11.4"
python-version: "3.11"
cache: pip
cache-dependency-path: |
setup.cfg
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11.4"
python-version: "3.11"
- name: Extract the release changelog
run: |
python ./scripts/extract-release-changelog.py
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand Down

0 comments on commit 72fc540

Please sign in to comment.