diff options
| author | Abdul Rauf <abdulraufmujahid@gmail.com> | 2022-11-06 07:56:21 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-06 21:26:21 +0530 |
| commit | 23a04b15c1540a1374bf27c46a7d41adcb8feab0 (patch) | |
| tree | 97aab578ff943d233758647f9adc60d3ad2c1f37 /.github/workflows/version_bump.yml | |
| parent | e7d7da85dff177bbc919cab48643135c68e065bd (diff) | |
chore(ci): update github actions (#16534)
Diffstat (limited to '.github/workflows/version_bump.yml')
| -rw-r--r-- | .github/workflows/version_bump.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index a72ee1cf6..580c38983 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -31,7 +31,7 @@ jobs: git config --global fetch.parallel 32 - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.DENOBOT_PAT }} submodules: recursive |
