From 42570030c371dc6cc53fb7cdef6476df98269da0 Mon Sep 17 00:00:00 2001 From: Malene Lundemo Date: Fri, 7 Mar 2025 15:26:04 +0100 Subject: [PATCH 1/2] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a66f30..227dfb5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2.319.1 + uses: actions/checkout@v2 - name: Dotenv Action uses: falti/dotenv-action@v1.1.4 with: From 97149a165add9aed8254d31d97fdb5125289d3bd Mon Sep 17 00:00:00 2001 From: Malene Lundemo Date: Fri, 7 Mar 2025 15:38:16 +0100 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 227dfb5..a4286fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Dotenv Action uses: falti/dotenv-action@v1.1.4 with: