diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a07157f..580f493 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🏷️ Determine image tag id: set-tag @@ -74,7 +74,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🔧 Setup SSH run: | diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 2d53bd8..fa508c9 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout PR code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0