diff --git a/README.md b/README.md index 8c82273..0d83f81 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ when used with ```yaml - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: lfs: true ``` @@ -25,7 +25,7 @@ Simply replace the above by ```yaml - name: Checkout code - uses: nschloe/action-cached-lfs-checkout@v1 + uses: nschloe/action-cached-lfs-checkout@v2 # Use these to explicitly include/exclude files: # with: # include: "*" 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: |