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: