Skip to content

Commit 610daa7

Browse files
committed
update: actions version
1 parent 7f28b60 commit 610daa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# Checkout (sin LFS)
2424
- name: Checkout repository
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626
with:
2727
token: ${{secrets.PAT}}
2828

@@ -31,7 +31,7 @@ jobs:
3131
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
3232

3333
- name: Restore LFS cache
34-
uses: actions/cache@v2
34+
uses: actions/cache@v3
3535
id: lfs-cache
3636
with:
3737
path: .git/lfs
@@ -44,7 +44,7 @@ jobs:
4444
git reset --hard # Este paso se mantiene, pero considera si realmente es necesario
4545
4646
# Cache de dependencias de Unity
47-
- uses: actions/cache@v2
47+
- uses: actions/cache@v3
4848
with:
4949
path: Library
5050
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}

0 commit comments

Comments
 (0)