mirror of
https://github.com/jellyfin/jellyfin-sdk-csharp.git
synced 2024-11-26 23:20:43 +00:00
Update actions/checkout digest to 0ad4b8f (#40)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
645ba30d9d
commit
2b069d46ca
2
.github/workflows/sdk-publish-unstable.yaml
vendored
2
.github/workflows/sdk-publish-unstable.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
run:
|
||||
working-directory: ./src
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||
with:
|
||||
ref: "master"
|
||||
fetch-depth: 0
|
||||
|
2
.github/workflows/sdk-publish.yaml
vendored
2
.github/workflows/sdk-publish.yaml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/v') && github.repository == 'jellyfin/jellyfin-sdk-csharp' }}
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||
with:
|
||||
ref: "master"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user