Skip to content
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/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install dev container dependencies
run: npm install -g @devcontainers/cli@0.65.0
- name: Create dev container
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-host-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# created should allow blending global and local installations as the user sees fit.
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Global setup
# These steps typically need to be done once per machine, or when the project dependencies change.
#
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
# `acap-build` can be used for an easier setup:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install system packages
run: |
sudo apt-get update
Expand Down