Skip to content

Commit 7d6e780

Browse files
authored
Upgrade versions (#24)
1 parent 1865354 commit 7d6e780

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
setup:
1212
name: Setup
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
2121
hooks: ${{ steps.hooks.outputs.hooks }}
2222
hook:
2323
name: Run hook
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-latest
2525
needs: setup
2626
strategy:
2727
matrix:

.github/workflows/release-from-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: asdf-vm/actions/install@v3
3232
with:
3333
tool_versions: |
34-
semver 3.3.0
34+
semver 3.4.0
3535
- name: Determine release type
3636
id: release_type
3737
run: |

.github/workflows/release-label-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.10'
25+
python-version: '3.12'
2626
- name: determine labels
2727
id: determine_release_labels
2828
shell: python

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: fix-byte-order-marker
66
- id: check-json

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pre-commit 2.20.0
1+
pre-commit 4.0.1

0 commit comments

Comments
 (0)