diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 67d690e..d242eed 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 @@ -80,7 +80,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 44085ea..2ce118f 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