From 3ff28c7a1604f10f837ef8a86c74936f2ad59891 Mon Sep 17 00:00:00 2001 From: Vasya Ryzhkoff Date: Sat, 27 Jul 2024 06:13:21 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/dev=5Fpipeline.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dev_pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/dev_pipeline.yaml b/.gitea/workflows/dev_pipeline.yaml index 9231954..272317d 100644 --- a/.gitea/workflows/dev_pipeline.yaml +++ b/.gitea/workflows/dev_pipeline.yaml @@ -15,7 +15,7 @@ jobs: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." echo "${{ gitea.workspace }} is a workspace folder" - name: Check out repo code 📝 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up PostgreSQL 🐘 uses: postgres-actions/setup-postgres@v1 with: