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 3.1.0 #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
@@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
-
name: Docker meta
id: docker_meta
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
with:
path: SCIM.Client/
- name: Setup .NET Core 5.0.100
@@ -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@v3.1.0
with:
repository: AzureAD/SCIMReferenceCode
ref: ae181c1d0800a2a22333f0a4081c4012f39028e8