diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3a80eaa..6bc6231 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build Docker Image uses: docker/build-push-action@v6.18.0 diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index c7f5ea0..34a4ff6 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.head_ref }}