Skip to content

Commit

Permalink
Upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cybcon committed Dec 22, 2024
1 parent 1865354 commit 0aecb5a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
setup:
name: Setup
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -21,7 +21,7 @@ jobs:
hooks: ${{ steps.hooks.outputs.hooks }}
hook:
name: Run hook
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: setup
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-from-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: asdf-vm/actions/install@v3
with:
tool_versions: |
semver 3.3.0
semver 3.4.0
- name: Determine release type
id: release_type
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-label-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- name: determine labels
id: determine_release_labels
shell: python
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: fix-byte-order-marker
- id: check-json
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit 2.20.0
pre-commit 4.0.1

0 comments on commit 0aecb5a

Please sign in to comment.