update GitHub actions to git rid of nodejs12 warning & update some de… · jinja2cpp/Jinja2Cpp@9463670 (original) (raw)

Original file line number Diff line number Diff line change
@@ -38,11 +38,11 @@ jobs:
38 38
39 39 steps:
40 40 - name: Checkout repository
41 -uses: actions/checkout@v2
41 +uses: actions/checkout@v3
42 42
43 43 # Initializes the CodeQL tools for scanning.
44 44 - name: Initialize CodeQL
45 -uses: github/codeql-action/init@v1
45 +uses: github/codeql-action/init@v2
46 46 with:
47 47 languages: ${{ matrix.language }}
48 48 # If you wish to specify custom queries, you can do so here or in a config file.