diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index e311081..841b34f 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -41,7 +41,7 @@ jobs: curl -fsSL https://deb.nodesource.com/setup_18.x - name: Cloning iac repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: infra/iac @@ -173,7 +173,7 @@ jobs: done - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.11'