diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ec7aa09..b095cf2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: steps: # Step 1: Checkout the code - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Step 2: Set up Node.js and pnpm - name: Set up Node.js diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index ea1903a..43617c3 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -16,7 +16,7 @@ jobs: steps: # Step 1: Checkout the code - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Step 2: Set up Node.js and pnpm - name: Set up Node.js