diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1d50121..213be6f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🏷️ Determine image tag id: set-tag @@ -82,7 +82,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🔧 Setup SSH run: | diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 8c19807..a9be7ef 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -70,7 +70,7 @@ jobs: } - name: Checkout PR code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0