We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f0c9e commit c91c0a0Copy full SHA for c91c0a0
.github/workflows/create-release-pr.yml
@@ -4,7 +4,8 @@ jobs:
4
job:
5
runs-on: ubuntu-18.04
6
steps:
7
- - uses: actions/checkout@v2.3.4
+ - name: Checkout Code
8
+ uses: actions/checkout@v5.0.0
9
with:
10
fetch-depth: 0
11
- name: Set up Ruby
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
- name: Checkout Code
- uses: actions/checkout@v2
- name: Run Unit Test
0 commit comments