Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/diagrams-render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Render Drawio diagrams
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- name: Install Task
uses: Arduino/actions/setup-taskfile@master
- name: Clean render
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dplsh-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
image: dplsh
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
- name: Install Task
uses: Arduino/actions/setup-taskfile@master
# Generate a sane tag based on current git ref (branch, tag, etc).
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
terraform_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.3.0
- uses: hashicorp/[email protected]
- name: Terraform fmt
id: fmt
Expand Down