Skip to content

chore(deps): update dependency webpack-cli to v7.1.0 #684

chore(deps): update dependency webpack-cli to v7.1.0

chore(deps): update dependency webpack-cli to v7.1.0 #684

Workflow file for this run

on:
pull_request:
env:
NIX_REMOTE: daemon
jobs:
build:
runs-on: ubuntu-latest
if: github.actor != 'brianmay-actions' && github.event.pull_request.head.repo.full_name == github.repository
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- uses: wimpysworld/nothing-but-nix@687c797a730352432950c707ab493fcc951818d7 # v10
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
with:
determinate: true
- name: Nix binary cache
uses: nix-community/cache-nix-action@7df957e333c1e5da7721f60227dbba6d06080569 # v7.0.2
with:
# restore and save a cache using this key
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
# if there's no cache hit, restore a cache by this prefix
restore-prefixes-first-match: nix-${{ runner.os }}-
# collect garbage until Nix store size (in bytes) is at most this number
# before trying to save a new cache
# 1G = 1073741824
gc-max-store-size-linux: 1073741824
# do purge caches
purge: true
# purge all versions of the cache
purge-prefixes: nix-${{ runner.os }}-
# created more than this number of seconds ago
# relative to the start of the `Post Restore and save Nix store` phase
purge-created: 0
# except any version with the key that is the same as the `primary-key`
purge-primary-key: never
- run: nix flake check -L --impure
- name: Fix hash mismatches
if: failure() && github.event_name == 'pull_request'
id: fix-hashes
run: |
determinate-nixd fix hashes --auto-apply
- uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10
if: failure() && github.event_name == 'pull_request'
with:
message: "[dependabot skip] Automatically fix Nix hashes"
committer_name: GitHub Actions
committer_email: 41898282+github-actions[bot]@users.noreply.github.com