mirror of
https://github.com/rommapp/docs.git
synced 2026-01-09 06:33:14 +08:00
pin github action uses versions
This commit is contained in:
parent
7cedf6531b
commit
d389b8c81e
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -24,18 +24,18 @@ jobs:
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.3.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
uses: astral-sh/setup-uv@v6.7.0
|
||||
with:
|
||||
enable-cache: true
|
||||
cache-dependency-glob: uv.lock
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6.0.0
|
||||
with:
|
||||
python-version-file: .python-version
|
||||
|
||||
|
||||
4
.github/workflows/trunk-check.yml
vendored
4
.github/workflows/trunk-check.yml
vendored
@ -17,6 +17,6 @@ jobs:
|
||||
contents: read # For repo checkout
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.3.0
|
||||
- name: Trunk Check
|
||||
uses: trunk-io/trunk-action@v1
|
||||
uses: trunk-io/trunk-action@v1.2.4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user