diff --git a/.github/workflows/compress.yml b/.github/workflows/compress.yml index a5a7a1c..b3b1039 100644 --- a/.github/workflows/compress.yml +++ b/.github/workflows/compress.yml @@ -16,7 +16,7 @@ jobs: if: github.repository == 'doocs/coding-interview' steps: - name: Checkout Branch - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Compress Images id: calibre diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2178acc..4b67a99 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 9bbeec2..864a711 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }}