Skip to content

Commit 4a2b75b

Browse files
Fix action versions
1 parent 04594be commit 4a2b75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4.2.2
1515

16-
- uses: actions/cache@v2
16+
- uses: actions/cache@v4.2.3
1717
name: Cache installed packages
1818
with:
1919
path: |

0 commit comments

Comments
 (0)