mirror of
https://github.com/ivuorinen/aeonview.git
synced 2026-03-14 03:58:42 +00:00
chore(deps): upgrade workflows
This commit is contained in:
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@@ -29,5 +29,5 @@ jobs:
|
||||
|
||||
steps:
|
||||
# yamllint disable rule:line-length
|
||||
- uses: ivuorinen/actions/pr-lint@edb5db7b564801bc35bcd5b7667c185760d05fdd # 25.4.28
|
||||
- uses: ivuorinen/actions/pr-lint@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11
|
||||
# yamllint enable rule:line-length
|
||||
|
||||
4
.github/workflows/python-tests.yml
vendored
4
.github/workflows/python-tests.yml
vendored
@@ -17,11 +17,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
# yamllint disable-line rule:line-length
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
- name: Install uv
|
||||
# yamllint disable-line rule:line-length
|
||||
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v5.4.1
|
||||
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
|
||||
with:
|
||||
python-version-file: ".python-version"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user