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 a7bcb03 commit 9510044Copy full SHA for 9510044
.github/workflows/create_release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Check out code
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
15
with:
16
ref: main
17
ssh-key: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}
.github/workflows/release_main.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
- name: Set up Python 3.8
25
uses: actions/setup-python@v2
26
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
ref: dev
55
fetch-depth: 0
0 commit comments