Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/release-appimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
packages: read

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Cache apt packages
uses: awalsh128/cache-apt-pkgs-action@latest
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Setup Emscripten cache
id: cache-emsdk
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Setup Node.js
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ros-rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# action-ros-ci checks the repo out to its own ros_ws/src, not to
# ${{ github.workspace }}. Do an explicit checkout first so the
# .repos file passed to vcs-repo-file-url below is reachable.
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: ros-tooling/setup-ros@v0.7
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Cache apt packages
uses: awalsh128/cache-apt-pkgs-action@latest
Expand Down
Loading