We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6caba commit 2d370e7Copy full SHA for 2d370e7
.github/workflows/wrap_branch.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
# Checkout the latest code from the repo
16
- name: Checkout repo
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
18
19
# Setup which version of Python to use
20
- name: Set Up Python ${{ matrix.python-version }}
0 commit comments