Skip to content

Commit

Permalink
Bump flake.lock and related dependencies (#494)
Browse files Browse the repository at this point in the history
* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/cfd6b5fc90b15709b780a5a1619695a88505a176?narHash=sha256-WKm9CvgCldeIVvRz87iOMi8CFVB1apJlkUT4GGvA0iM%3D' (2024-04-12)
  → 'github:NixOS/nixpkgs/5c24cf2f0a12ad855f444c30b2421d044120c66f?narHash=sha256-XtTSSIB2DA6tOv%2Bl0FhvfDMiyCmhoRbNB%2B0SeInZkbk%3D' (2024-04-19)

* Sync CI dependencies with nixpkgs

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 28b5e09 commit 5d92452
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-elm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.11.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
node-version: '20.12.2' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
cache: npm
- name: Install npm dependencies
run: npm ci --ignore-scripts
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.11.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
node-version: '20.12.2' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
cache: npm
- name: Install npm dependencies
run: npm ci --ignore-scripts
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.11.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
node-version: '20.12.2' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
cache: npm
- name: Install npm dependencies
run: npm ci --ignore-scripts
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: '1.41.3' # selfup { "regex": "\\d[^']+", "script": "deno --version | head -n 1 | cut -d ' ' -f 2" }
deno-version: '1.42.3' # selfup { "regex": "\\d[^']+", "script": "deno --version | head -n 1 | cut -d ' ' -f 2" }
- run: deno lint
stylelint:
timeout-minutes: 15
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.11.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
node-version: '20.12.2' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
cache: npm
- name: Install npm dependencies
run: npm ci --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.11.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
node-version: '20.12.2' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
cache: npm
- name: Install npm dependencies
run: npm ci --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.11.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
node-version: '20.12.2' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
cache: npm
- name: Install npm dependencies
run: npm ci --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/[email protected].4 # selfup { "regex": "\\d\\.\\d+\\.\\d+", "script": "typos --version | cut -d ' ' -f 2" }
- uses: crate-ci/[email protected].9 # selfup { "regex": "\\d\\.\\d+\\.\\d+", "script": "typos --version | cut -d ' ' -f 2" }
with:
# https://github.com/crate-ci/typos/issues/779#issuecomment-1635741586
files: |
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d92452

Please sign in to comment.