mirror of
https://github.com/jellyfin/jellyfin-sdk-csharp.git
synced 2024-11-27 07:30:24 +00:00
Merge pull request #6 from jellyfin/dependabot/github_actions/actions/checkout-2.4.0
This commit is contained in:
commit
e82435815c
2
.github/workflows/release-manual-stable.yml
vendored
2
.github/workflows/release-manual-stable.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.5
|
||||
- uses: actions/checkout@v2.4.0
|
||||
with:
|
||||
ref: 'master'
|
||||
- uses: actions/setup-dotnet@v1.8.2
|
||||
|
2
.github/workflows/stable-generation.yml
vendored
2
.github/workflows/stable-generation.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.5
|
||||
- uses: actions/checkout@v2.4.0
|
||||
with:
|
||||
ref: 'master'
|
||||
- uses: actions/setup-dotnet@v1.8.2
|
||||
|
2
.github/workflows/unstable-generation.yml
vendored
2
.github/workflows/unstable-generation.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.5
|
||||
- uses: actions/checkout@v2.4.0
|
||||
with:
|
||||
ref: 'master'
|
||||
- uses: actions/setup-dotnet@v1.8.2
|
||||
|
Loading…
Reference in New Issue
Block a user