Skip to content

Bump taiki-e/install-action from 2.27.0 to 2.39.1 #27

Bump taiki-e/install-action from 2.27.0 to 2.39.1

Bump taiki-e/install-action from 2.27.0 to 2.39.1 #27

Workflow file for this run

name: Dev
on:
pull_request:
paths:
- .github/workflows/dev.yml
- Cargo.lock
- Cargo.toml
- Containerfile.dev
- Justfile
push:
branches:
- main
permissions: read-all
jobs:
container:
name: Container
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Install Just
uses: taiki-e/install-action@47943d5b8d7736809817cbcd80f31e7c7d6538ad # v2.39.1
with:
tool: just@1
- name: Build
run: just dev-img