From aaa625decf14ac22e9cc90d96ac4a9cfb0b2772d Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 5 Nov 2023 22:02:10 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bbeae48..3c74f83 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: terraform: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Terraform uses: hashicorp/setup-terraform@v3 - uses: taiki-e/install-action@just @@ -17,7 +17,7 @@ jobs: ansible: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 with: