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: |