diff options
Diffstat (limited to '.github/workflows/cla.yml')
| -rw-r--r-- | .github/workflows/cla.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 8a0b2c07..8fc1f4c1 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v6 - name: Check CLA signing status for ${{ github.event.pull_request.user.login }} run: | cat > unsigned-cla.txt <<EOF |
