diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c3742dd..3a80eaa 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - 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 197c416..9368a42 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.head_ref }} @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.head_ref }}