We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d4d15 commit 5ae988fCopy full SHA for 5ae988f
.github/workflows/NetCoreTests.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
docker run -d -p 1521:1521 -e APP_USER=nhibernate -e APP_USER_PASSWORD=nhibernate -e ORACLE_PASSWORD=nhibernate gvenzl/oracle-xe:18-slim
54
55
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
56
- name: Setup .NET
57
uses: actions/setup-dotnet@v2
58
with:
0 commit comments