Compare commits

...

3 Commits
v1.0.0 ... main

Author SHA1 Message Date
maniolias
ff2e271d8c
chore(release): 1.0.1 2023-03-08 10:32:13 +01:00
dependabot[bot]
caa6eb6983
chore(deps): bump actions/cache from 2 to 3 (#3)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 18:02:54 +01:00
maniolias
11e65fe7cb
chore(ci): enable dependabot on ga (#2) 2023-03-07 17:42:16 +01:00
3 changed files with 13 additions and 1 deletions

10
.github/dependabot.yml vendored Normal file
View 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

View File

@ -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)

View File

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