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.
2 parents a39a54c + 8422e44 commit 000b085Copy full SHA for 000b085
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/github-pages.yml
@@ -25,7 +25,7 @@ jobs:
25
# Steps represent a sequence of tasks that will be executed as part of the job
26
27
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
29
30
- name: Angular Deploy gh-pages Actions
31
# You may pin to the exact commit or the version.
0 commit comments