We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05643a commit d0c800fCopy full SHA for d0c800f
.github/workflows/cla.yml
@@ -21,7 +21,7 @@ jobs:
21
egress-policy: audit
22
23
- name: Checkout Private Repo for Allowlist
24
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25
with:
26
repository: OpenZeppelin/cla-sigs
27
token: ${{ secrets.CLA_SIGS_ACCESS_PAT }}
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
working-directory: ./contracts
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
17
18
submodules: true
19
0 commit comments