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 51ca014 commit b668b55Copy full SHA for b668b55
.github/workflows/deploy_to_repo.yaml
@@ -9,7 +9,9 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
+ with:
14
+ persist-credentials: false
15
16
- name: Setup python
17
uses: actions/setup-python@v1
.github/workflows/tests.yml
@@ -26,7 +26,9 @@ jobs:
26
27
28
- name: Check out repository code
29
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
30
31
32
33
- name: Copy .env
34
run: cp .env.example .env
0 commit comments