diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32a73289..ae960f97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,12 +60,12 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 20.19.0 - name: Cache directory path id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT" - uses: actions/cache@v4 id: yarn-cache with: @@ -134,7 +134,7 @@ jobs: with: ruby-version: 4.0.1 - name: Set up Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 20.19.0 - name: Install Chrome diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8681e074..0bf637dc 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive