We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e74cf commit 0ca258fCopy full SHA for 0ca258f
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Clone the repository
14
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
15
- name: Ensure SHA pinned actions
16
uses: ./
17
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
with:
26
ref: ${{ github.head_ref }} # https://github.com/stefanzweifel/git-auto-commit-action#checkout-the-correct-branch
27
- name: Get runs.using version
0 commit comments