diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1852845..39cd245 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -22,7 +22,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Pnpm run: npm i -g corepack@latest --force && corepack enable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c78589..eeb47c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: environment: production steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Pnpm run: npm i -g corepack@latest --force && corepack enable diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60d59c5..34dab6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Pnpm run: npm i -g corepack@latest --force && corepack enable