You've already forked armbian.github.io
mirror of
https://github.com/armbian/armbian.github.io.git
synced 2026-01-06 11:42:20 -08:00
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
6
.github/workflows/generate-thumbnails.yml
vendored
6
.github/workflows/generate-thumbnails.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
matrix: ${{ steps.boards.outputs.JSON_CONTENT }}
|
||||
steps:
|
||||
- name: "Checkout armbian/build"
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
repository: armbian/build
|
||||
path: build
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
matrix: ${{ steps.vendors.outputs.JSON_CONTENT }}
|
||||
steps:
|
||||
- name: "Checkout armbian/build"
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
repository: armbian/build
|
||||
path: build
|
||||
@@ -117,7 +117,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: "Checkout armbian.github.io"
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user