We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d449760 commit 887afccCopy full SHA for 887afcc
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
access_token: ${{ secrets.GITHUB_TOKEN }}
26
27
- name: ⬇️ Checkout
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
29
30
- name: ⎔ Setup node ${{ matrix.node }}
31
uses: actions/setup-node@v3
.github/workflows/codeql-analysis.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout repository
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
0 commit comments