We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05643a commit cb4e64fCopy full SHA for cb4e64f
.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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