diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9f69175..1815da9 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 60 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 21 diff --git a/.github/workflows/psi-svg.yml b/.github/workflows/psi-svg.yml index 1966638..5e0ff99 100644 --- a/.github/workflows/psi-svg.yml +++ b/.github/workflows/psi-svg.yml @@ -15,7 +15,7 @@ jobs: PSI_SVG_OUTPUT_PATH: ${{ vars.PSI_SVG_OUTPUT_PATH }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Node.js uses: actions/setup-node@v2 diff --git a/yarn.lock b/yarn.lock index 9153055..c147270 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3449,9 +3449,9 @@ "@types/react" "*" "@types/react@*", "@types/react@^18.2.48": - version "18.2.51" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.51.tgz#01ede6dfc712796257a3443bf8d613149e5c322a" - integrity sha512-XeoMaU4CzyjdRr3c4IQQtiH7Rpo18V07rYZUucEZQwOUEtGgTXv7e6igQiQ+xnV6MbMe1qjEmKdgMNnfppnXfg== + version "18.2.52" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.52.tgz#83ca0c62bd1ff31464dac4cf1937e55c78f77aa2" + integrity sha512-E/YjWh3tH+qsLKaUzgpZb5AY0ChVa+ZJzF7ogehVILrFpdQk6nC/WXOv0bfFEABbXbgNxLBGU7IIZByPKb6eBw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"