Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Bump actions/checkout from 2 to 2.3.4 #31

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
-
name: Docker meta
id: docker_meta
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
with:
path: SCIM.Client/
- name: Setup .NET Core 5.0.100
Expand All @@ -27,7 +27,7 @@ jobs:
run: dotnet test Gatekeeper.SCIM.Client.Tests.Unit/ --collect:"XPlat Code Coverage" -r TestResults/
working-directory: SCIM.Client/
- name: Clone Microsoft SCIM Reference Server
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
repository: AzureAD/SCIMReferenceCode
ref: ae181c1d0800a2a22333f0a4081c4012f39028e8
Expand Down