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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.ULTIMAKER_CI_PAT }}
submodules: recursive
Expand All @@ -37,7 +37,7 @@ jobs:
./build_for_ultimaker.sh -a build

- name: Upload Artifact (Built package)
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: build-package
path: "./*.deb"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fixup_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.0.0
- uses: actions/checkout@v6
- name: Block Fixup Commit Merge
uses: 13rac1/block-fixup-merge-action@v2.0.0
2 changes: 1 addition & 1 deletion .github/workflows/prepare_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Checkout Repository
if: ${{ inputs.BUILD_DOCKER_CACHE }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.ULTIMAKER_CI_PAT }}
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_docker_img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.ULTIMAKER_CI_PAT }}
submodules: recursive
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
RELEASE_REPO: ${{ inputs.RELEASE_REPO }}
steps:
- name: Cloning Embedded-Workflows on default branch
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: Ultimaker/embedded-workflows
token: ${{ secrets.ULTIMAKER_CI_PAT }}
fetch-depth: 0
path: embedded-workflows

- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v8
with:
name: build-package

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.ULTIMAKER_CI_PAT }}
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.ULTIMAKER_CI_PAT }}
submodules: recursive
Expand Down