Skip to content

Commit 5ae988f

Browse files
Update actions/checkout action to v3 (#3118)
1 parent d1d4d15 commit 5ae988f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NetCoreTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
docker run -d -p 1521:1521 -e APP_USER=nhibernate -e APP_USER_PASSWORD=nhibernate -e ORACLE_PASSWORD=nhibernate gvenzl/oracle-xe:18-slim
5454
55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v3
5656
- name: Setup .NET
5757
uses: actions/setup-dotnet@v2
5858
with:

0 commit comments

Comments
 (0)