Skip to content

Update actions/checkout digest to a5ac7e5 #375

Update actions/checkout digest to a5ac7e5

Update actions/checkout digest to a5ac7e5 #375

Workflow file for this run

name: balena
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
fleet:
[
klutchell_blocks/tailscale-aarch64,
klutchell_blocks/tailscale-amd64,
klutchell_blocks/tailscale-armv7hf,
]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: balena-io/deploy-to-balena-action@cc998b3d5e0694d9f5bbf5708b504910d6d3027a # v2.0.66
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}
create_tag: true