Skip to content

Commit e06bf48

Browse files
committed
chore(ci): upgraded action versions
1 parent 90b8fcc commit e06bf48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Git
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v6
1212
- name: Install UV
1313
uses: astral-sh/setup-uv@v6
1414
with:

.github/workflows/upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout Git
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v6
1313
- name: Install UV
1414
uses: astral-sh/setup-uv@v6
1515
with:

0 commit comments

Comments
 (0)