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.
1 parent 61db5a5 commit 9653069Copy full SHA for 9653069
.github/workflows/codeql-analysis.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
# Initializes the CodeQL tools for scanning.
26
- name: Initialize CodeQL
.github/workflows/ios.yml
@@ -8,10 +8,10 @@ jobs:
8
name: Build iOS
9
runs-on: ubuntu-latest
10
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
with:
13
fetch-depth: 0
14
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
15
16
node-version: 20
17
cache: 'yarn'
0 commit comments