diff --git a/.github/workflows/index.yml b/.github/workflows/index.yml index 0de9fec9d..c18995b4d 100644 --- a/.github/workflows/index.yml +++ b/.github/workflows/index.yml @@ -16,7 +16,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Runs a single command using the runners shell - name: Index diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index c82688f2a..e76011a14 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: self-ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Python Install run: | python -m venv --system-site-packages .venv