From f2a5524add2b79cc656956a44b8a00e1ce6742e7 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sat, 17 Dec 2022 11:52:32 +0100 Subject: ci: bump action versions --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/tests.yml') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e8f462119..8e4551bf7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,8 +27,8 @@ jobs: env: CC: ${{ matrix.cc }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 - name: Test Dependencies run: | @@ -47,7 +47,7 @@ jobs: - name: Setup Parsers Cache id: parsers-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ./parser/ -- cgit v1.2.3-70-g09d2