From 8ad3fee73aee4edc88f6ecf437306b740d04f7ec Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Sat, 17 Feb 2024 11:13:22 -0800 Subject: [PATCH] Upgrade actions due to node 16 deperecation The checkout and cache actions v4 are both simply upgrades from node 16->20, with no other documented breaking changes. --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index a8deca5..49dc0be 100644 --- a/action.yml +++ b/action.yml @@ -63,7 +63,7 @@ runs: using: "composite" steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: ${{ inputs.fetch-depth }} ref: ${{ inputs.ref }} @@ -95,7 +95,7 @@ runs: shell: bash - name: Restore LFS cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: lfs-cache with: path: |