chore(deps): update actions/checkout action to v3 #51

Merged
sam merged 1 commits from renovate/actions-checkout-3.x into master 2023-01-11 19:32:34 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
working-directory: ./src
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Launch Db for testing
run: docker run --name postgres -e POSTGRES_DB=mytestdb -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres
- name: Setup .NET Core