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 bbae055 commit 31a77f5Copy full SHA for 31a77f5
.github/workflows/codeql-analysis.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
with:
21
# We must fetch at least the immediate parents so that if this is
22
# a pull request then we can checkout the head.
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: Checkout Repo
14
15
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
0 commit comments