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 1c11574 commit e28b856Copy full SHA for e28b856
.github/workflows/integration.yml
@@ -17,7 +17,7 @@ jobs:
17
USE_LOCAL_VERSIONS_JSON: 1
18
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
21
22
# We set LF endings so that the Windows environment is consistent with the rest
23
# See here for context: https://github.com/actions/checkout/issues/135
.github/workflows/sync.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
11
12
with:
13
# Otherwise the token used is the GITHUB_TOKEN instead of personal
14
persist-credentials: false
0 commit comments