Merge pull request #316 from Coffey-Labs/dependabot/github_actions/actions-819308dff6

Bump the actions group with 7 updates
This commit is contained in:
Coffey Labs
2026-09-10 07:02:23 -07:00
committed by GitHub
3 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
- uses: actions/setup-node@v4 - uses: actions/setup-node@v7
with: with:
node-version: 22 node-version: 22
cache: npm cache: npm
+10 -10
View File
@@ -76,11 +76,11 @@ jobs:
version: ${{ steps.v.outputs.version }} version: ${{ steps.v.outputs.version }}
docker_tag: ${{ steps.v.outputs.docker_tag }} docker_tag: ${{ steps.v.outputs.docker_tag }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
with: with:
ref: ${{ inputs.ref || github.ref }} ref: ${{ inputs.ref || github.ref }}
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-node@v4 - uses: actions/setup-node@v7
with: with:
node-version: 22 node-version: 22
- id: v - id: v
@@ -108,18 +108,18 @@ jobs:
- platform: linux/arm64 - platform: linux/arm64
runner: ubuntu-24.04-arm runner: ubuntu-24.04-arm
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
with: with:
ref: ${{ inputs.ref || github.ref }} ref: ${{ inputs.ref || github.ref }}
- uses: docker/setup-buildx-action@v3 - uses: docker/setup-buildx-action@v4
- uses: docker/login-action@v3 - uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push by digest - name: Build and push by digest
id: push id: push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
platforms: ${{ matrix.platform }} platforms: ${{ matrix.platform }}
@@ -140,7 +140,7 @@ jobs:
# `image@sha256:sha256:...` when the reference is rebuilt. # `image@sha256:sha256:...` when the reference is rebuilt.
digest="${{ steps.push.outputs.digest }}" digest="${{ steps.push.outputs.digest }}"
touch "/tmp/digests/${digest#sha256:}" touch "/tmp/digests/${digest#sha256:}"
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v7
with: with:
# One artifact per platform; the merge job globs them back together. # One artifact per platform; the merge job globs them back together.
name: digest-${{ strategy.job-index }} name: digest-${{ strategy.job-index }}
@@ -157,13 +157,13 @@ jobs:
contents: read contents: read
packages: write packages: write
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v8
with: with:
path: /tmp/digests path: /tmp/digests
pattern: digest-* pattern: digest-*
merge-multiple: true merge-multiple: true
- uses: docker/setup-buildx-action@v3 - uses: docker/setup-buildx-action@v4
- uses: docker/login-action@v3 - uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
+3 -3
View File
@@ -46,11 +46,11 @@ jobs:
previous: ${{ steps.decide.outputs.previous }} previous: ${{ steps.decide.outputs.previous }}
count: ${{ steps.decide.outputs.count }} count: ${{ steps.decide.outputs.count }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
with: with:
ref: main ref: main
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-node@v4 - uses: actions/setup-node@v7
with: with:
node-version: 22 node-version: 22
- id: decide - id: decide
@@ -122,7 +122,7 @@ jobs:
permissions: permissions:
contents: write contents: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
with: with:
ref: main ref: main
fetch-depth: 0 fetch-depth: 0