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 ba42386 commit c100a8fCopy full SHA for c100a8f
.github/workflows/pr-title-checker.yaml
@@ -17,12 +17,12 @@ jobs:
17
steps:
18
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
19
- name: Checkout code
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
with:
22
ref: ${{ github.event.pull_request.head.ref }}
23
fetch-depth: 0
24
- name: Get composite steps run repo
25
26
27
repository: tokenio/composite-actions
28
ref: master
0 commit comments