Skip to content

Commit 00cc287

Browse files
committed
chore: update checkout action to v3 in README to avoid NodeJS 12 warning
1 parent aeec6e1 commit 00cc287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v2
53+
uses: actions/checkout@v3
5454
- name: Create temp dbt profiles
5555
run: "printf %s \"$DBT_PROFILES\" > ./profiles.yml"
5656
env:

0 commit comments

Comments
 (0)