From c3618a20e989b1e60528a5ab8f5f589f74dc0430 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Wed, 11 Sep 2024 09:59:49 -0400 Subject: [PATCH] .github: Update deps --- .github/workflows/book.yml | 8 ++++---- .github/workflows/build.yml | 10 +++++----- .github/workflows/lint.yml | 9 +++++++-- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 4fdd709..2a31963 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -16,9 +16,9 @@ jobs: if: github.repository == 'zhaofengli/attic' steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 - - uses: DeterminateSystems/nix-installer-action@v9 + - uses: DeterminateSystems/nix-installer-action@v14 continue-on-error: true # Self-hosted runners already have Nix installed - name: Install Attic @@ -40,12 +40,12 @@ jobs: cp --recursive --dereference --no-preserve=mode,ownership result public - name: Upload book artifact - uses: actions/upload-pages-artifact@v2.0.0 + uses: actions/upload-pages-artifact@v3.0.1 with: path: public - name: Deploy book - uses: actions/deploy-pages@v3.0.1 + uses: actions/deploy-pages@v4.0.5 # TODO: Just take a diff of the list of store paths, also abstract all of this out - name: Push build artifacts diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 990907e..f9a62a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,14 +18,14 @@ jobs: - "default" runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 - name: Install current Bash on macOS if: runner.os == 'macOS' run: | command -v brew && brew install bash || true - - uses: DeterminateSystems/nix-installer-action@v9 + - uses: DeterminateSystems/nix-installer-action@v14 continue-on-error: true # Self-hosted runners already have Nix installed - name: Install Attic @@ -83,14 +83,14 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 - name: Install current Bash on macOS if: runner.os == 'macOS' run: | command -v brew && brew install bash || true - - uses: DeterminateSystems/nix-installer-action@v9 + - uses: DeterminateSystems/nix-installer-action@v14 continue-on-error: true # Self-hosted runners already have Nix installed - name: Install Attic @@ -120,7 +120,7 @@ jobs: echo system=$system >>$GITHUB_ENV - name: Log in to the Container registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.3.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a52a61f..4ae17ac 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,9 +10,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 - - uses: DeterminateSystems/nix-installer-action@v9 + - name: Install current Bash on macOS + if: runner.os == 'macOS' + run: | + command -v brew && brew install bash || true + + - uses: DeterminateSystems/nix-installer-action@v14 continue-on-error: true # Self-hosted runners already have Nix installed - name: Install Attic