diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 40c67d874..86c8d9fc3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,7 +21,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3.8 uses: actions/setup-python@v5 with: @@ -109,7 +109,7 @@ jobs: ', github.ref) || startsWith(github.ref, 'refs/tags/v') steps: - # - uses: actions/checkout@v4 + # - uses: actions/checkout@v5 # - name: Set env for develop branch # if: endsWith(github.ref, '/develop') || endsWith(github.ref, '-beta') # run: | @@ -227,7 +227,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: