Skip to content

Commit

Permalink
Bump actions/checkout from 3.6.0 to 4.0.0 (#52)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.6.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 692a815 commit 98d6bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt-get install git-svn --no-install-recommends
- name: checkout authors
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
ref: travis
path: ./authors
Expand All @@ -49,7 +49,7 @@ jobs:
# rm ./src/fhem-mirror/.git/config

- name: checkout main branch
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
path: ./src/fhem-mirror
clean: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get install git-svn --no-install-recommends
- name: checkout mirror config branch
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0

- name: Get current date as seconds
id: get-date
Expand Down

0 comments on commit 98d6bc4

Please sign in to comment.