diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index dc1a3807..41412155 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -13,7 +13,7 @@ jobs: matrix: python-version: ['3.8', '3.9', '3.10'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index d117ced6..33f5a3ac 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -15,7 +15,7 @@ jobs: node-version: [14.x, 15.x, 16.x, 18.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache node modules uses: actions/cache@v3