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
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
script: |
return context.repo.owner.toLowerCase()

- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Set nightly tag if commit was on main
id: add-nightly-tag
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
tags: ${{ needs.build-info.outputs.tags }}
repo-owner: ${{ needs.build-info.outputs.repo-owner }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- run: |
echo "inputs:"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
cmake-exercise:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: configure and build
working-directory: topics/build_systems/code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
docker-exercise:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: build docker image
working-directory: topics/docker/code/hostcontrold-solution
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/document-compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
DISPLAY: ":99"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: "start xvfb as a workaround for drawio-desktop does not work without an X server"
run: Xvfb :99 &
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
java:
- '21'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
link-check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: tcort/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pattern-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
java:
- '21'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/setup-java@v4
with:
Expand Down