From 653b07c054012d9fc069bd6b8bd127ed607f292b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:03:37 +0000 Subject: [PATCH] Update CI dependencies with adjusting to nixpkgs --- .github/workflows/ci-elm.yml | 4 ++-- .github/workflows/ci-js.yml | 6 +++--- .github/workflows/firebase-hosting-merge.yml | 2 +- .github/workflows/firebase-hosting-pull-request.yml | 2 +- .github/workflows/lint.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-elm.yml b/.github/workflows/ci-elm.yml index 0a94a773..ffd538da 100644 --- a/.github/workflows/ci-elm.yml +++ b/.github/workflows/ci-elm.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts diff --git a/.github/workflows/ci-js.yml b/.github/workflows/ci-js.yml index 3492619c..3407132f 100644 --- a/.github/workflows/ci-js.yml +++ b/.github/workflows/ci-js.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 - uses: denoland/setup-deno@v1 with: - deno-version: '1.39.1' # selfup { "regex": "\\d[^']+", "script": "deno --version | head -n 1 | cut -d ' ' -f 2" } + deno-version: '1.40.2' # selfup { "regex": "\\d[^']+", "script": "deno --version | head -n 1 | cut -d ' ' -f 2" } - run: deno lint stylelint: timeout-minutes: 15 @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index d0c47cb6..d1096c21 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 9e19c484..31181917 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 456f7399..25c05788 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: dprint/check@v2.2 with: - dprint-version: '0.43.0' # selfup { "regex": "\\d[^']+", "script": "dprint --version | cut -d ' ' -f 2" } + dprint-version: '0.45.0' # selfup { "regex": "\\d[^']+", "script": "dprint --version | cut -d ' ' -f 2" } typos: timeout-minutes: 15