mirror of
https://github.com/creshpay/action-cached-git-lfs-pull.git
synced 2024-12-27 19:42:51 +08:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ff2e271d8c | ||
![]() |
caa6eb6983 | ||
![]() |
11e65fe7cb |
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
version: 2
|
||||
|
||||
updates:
|
||||
|
||||
# Maintain dependencies for GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 5
|
@ -2,6 +2,8 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [1.0.1](https://github.com/cresh-io/action-cached-git-lfs-pull/compare/v1.0.0...v1.0.1) (2023-03-08)
|
||||
|
||||
## 1.0.0 (2021-12-02)
|
||||
|
||||
|
||||
|
@ -14,7 +14,7 @@ runs:
|
||||
shell: bash
|
||||
|
||||
- name: Restore LFS cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
id: lfs-cache
|
||||
with:
|
||||
path: .git/lfs
|
||||
|
Loading…
x
Reference in New Issue
Block a user