We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55fe15 commit a85b8deCopy full SHA for a85b8de
.github/workflows/testing.yml
@@ -45,13 +45,13 @@ jobs:
45
46
- name: Check out code base
47
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
48
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
49
with:
50
fetch-depth: 0
51
52
53
if: github.event_name == 'pull_request'
54
55
56
57
ref: ${{ github.event.pull_request.head.sha }}
0 commit comments