Bump actions/checkout from 5 to 7 (#5)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7. - [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/v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+16
-16
@@ -14,7 +14,7 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
path: libfreemkv
|
path: libfreemkv
|
||||||
# libfreemkv path-deps ../freemkv-unlock on the BRANCH tip (release.sh
|
# libfreemkv path-deps ../freemkv-unlock on the BRANCH tip (release.sh
|
||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
# Both repos go into subdirectories because actions/checkout refuses a
|
# Both repos go into subdirectories because actions/checkout refuses a
|
||||||
# `path:` outside $GITHUB_WORKSPACE, and `../freemkv-unlock` is outside.
|
# `path:` outside $GITHUB_WORKSPACE, and `../freemkv-unlock` is outside.
|
||||||
# With this layout the path dep resolves exactly as it does locally.
|
# With this layout the path dep resolves exactly as it does locally.
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
repository: freemkv/freemkv-unlock
|
repository: freemkv/freemkv-unlock
|
||||||
ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}"
|
ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}"
|
||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
path: libfreemkv
|
path: libfreemkv
|
||||||
# libfreemkv path-deps ../freemkv-unlock on the BRANCH tip (release.sh
|
# libfreemkv path-deps ../freemkv-unlock on the BRANCH tip (release.sh
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
# Both repos go into subdirectories because actions/checkout refuses a
|
# Both repos go into subdirectories because actions/checkout refuses a
|
||||||
# `path:` outside $GITHUB_WORKSPACE, and `../freemkv-unlock` is outside.
|
# `path:` outside $GITHUB_WORKSPACE, and `../freemkv-unlock` is outside.
|
||||||
# With this layout the path dep resolves exactly as it does locally.
|
# With this layout the path dep resolves exactly as it does locally.
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
repository: freemkv/freemkv-unlock
|
repository: freemkv/freemkv-unlock
|
||||||
ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}"
|
ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}"
|
||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
check-macos:
|
check-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
path: libfreemkv
|
path: libfreemkv
|
||||||
# libfreemkv path-deps ../freemkv-unlock on the BRANCH tip (release.sh
|
# libfreemkv path-deps ../freemkv-unlock on the BRANCH tip (release.sh
|
||||||
@@ -91,7 +91,7 @@ jobs:
|
|||||||
# Both repos go into subdirectories because actions/checkout refuses a
|
# Both repos go into subdirectories because actions/checkout refuses a
|
||||||
# `path:` outside $GITHUB_WORKSPACE, and `../freemkv-unlock` is outside.
|
# `path:` outside $GITHUB_WORKSPACE, and `../freemkv-unlock` is outside.
|
||||||
# With this layout the path dep resolves exactly as it does locally.
|
# With this layout the path dep resolves exactly as it does locally.
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
repository: freemkv/freemkv-unlock
|
repository: freemkv/freemkv-unlock
|
||||||
ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}"
|
ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}"
|
||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
check-windows:
|
check-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
path: libfreemkv
|
path: libfreemkv
|
||||||
# libfreemkv path-deps ../freemkv-unlock on the BRANCH tip (release.sh
|
# libfreemkv path-deps ../freemkv-unlock on the BRANCH tip (release.sh
|
||||||
@@ -118,7 +118,7 @@ jobs:
|
|||||||
# Both repos go into subdirectories because actions/checkout refuses a
|
# Both repos go into subdirectories because actions/checkout refuses a
|
||||||
# `path:` outside $GITHUB_WORKSPACE, and `../freemkv-unlock` is outside.
|
# `path:` outside $GITHUB_WORKSPACE, and `../freemkv-unlock` is outside.
|
||||||
# With this layout the path dep resolves exactly as it does locally.
|
# With this layout the path dep resolves exactly as it does locally.
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
repository: freemkv/freemkv-unlock
|
repository: freemkv/freemkv-unlock
|
||||||
ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}"
|
ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}"
|
||||||
@@ -149,21 +149,21 @@ jobs:
|
|||||||
consumers:
|
consumers:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with: { path: libfreemkv }
|
with: { path: libfreemkv }
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with: { repository: freemkv/freemkv-unlock, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: freemkv-unlock }
|
with: { repository: freemkv/freemkv-unlock, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: freemkv-unlock }
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with: { repository: freemkv/freemkv-keysources, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: freemkv-keysources }
|
with: { repository: freemkv/freemkv-keysources, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: freemkv-keysources }
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with: { repository: freemkv/freemkv-engine, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: freemkv-engine }
|
with: { repository: freemkv/freemkv-engine, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: freemkv-engine }
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with: { repository: freemkv/freemkv-i18n, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: freemkv-i18n }
|
with: { repository: freemkv/freemkv-i18n, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: freemkv-i18n }
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with: { repository: freemkv/freemkv, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: freemkv }
|
with: { repository: freemkv/freemkv, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: freemkv }
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with: { repository: freemkv/autorip, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: autorip }
|
with: { repository: freemkv/autorip, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: autorip }
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with: { repository: freemkv/bdemu, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: bdemu }
|
with: { repository: freemkv/bdemu, ref: "${{ github.ref_name == 'qa' && 'qa' || 'dev' }}", path: bdemu }
|
||||||
- name: Point every dependent at THIS libfreemkv commit
|
- name: Point every dependent at THIS libfreemkv commit
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ jobs:
|
|||||||
leak-guard:
|
leak-guard:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Compute commit range
|
- name: Compute commit range
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Stamp the next rc
|
- name: Stamp the next rc
|
||||||
@@ -71,10 +71,10 @@ jobs:
|
|||||||
os: ['ubuntu-latest', 'macos-latest']
|
os: ['ubuntu-latest', 'macos-latest']
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
path: libfreemkv
|
path: libfreemkv
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
repository: freemkv/freemkv-unlock
|
repository: freemkv/freemkv-unlock
|
||||||
ref: qa
|
ref: qa
|
||||||
@@ -92,10 +92,10 @@ jobs:
|
|||||||
cross-lint:
|
cross-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
path: libfreemkv
|
path: libfreemkv
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
repository: freemkv/freemkv-unlock
|
repository: freemkv/freemkv-unlock
|
||||||
ref: qa
|
ref: qa
|
||||||
@@ -117,10 +117,10 @@ jobs:
|
|||||||
windows-build:
|
windows-build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
path: libfreemkv
|
path: libfreemkv
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
repository: freemkv/freemkv-unlock
|
repository: freemkv/freemkv-unlock
|
||||||
ref: qa
|
ref: qa
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
verify:
|
verify:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
- name: Verify Cargo.toml version matches tag
|
- name: Verify Cargo.toml version matches tag
|
||||||
run: |
|
run: |
|
||||||
CARGO_VER="v$(grep '^version' Cargo.toml | head -1 | sed 's/.*"\(.*\)"/\1/')"
|
CARGO_VER="v$(grep '^version' Cargo.toml | head -1 | sed 's/.*"\(.*\)"/\1/')"
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
needs: verify
|
needs: verify
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
- uses: dtolnay/rust-toolchain@1.97.0
|
- uses: dtolnay/rust-toolchain@1.97.0
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
# libfreemkv is a library — Cargo.lock isn't tracked, so --locked
|
# libfreemkv is a library — Cargo.lock isn't tracked, so --locked
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
needs: verify
|
needs: verify
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user