Skip to content

Commit

Permalink
Update workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Dec 13, 2024
1 parent b52b1ae commit b6e3df1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check docs build
uses: convictional/[email protected].1
uses: convictional/[email protected].5
with:
owner: husarion
repo: docs_new
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Build OS image
uses: convictional/[email protected].1
uses: convictional/[email protected].5
with:
owner: husarion
repo: panther-rpi-os-img
Expand All @@ -113,7 +113,7 @@ jobs:
}
- name: Build flash OS image
uses: convictional/[email protected].1
uses: convictional/[email protected].5
with:
owner: husarion
repo: panther-rpi-os-img
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
build_type: development

- name: Release panther-rpi-os-img repository
uses: convictional/[email protected].1
uses: convictional/[email protected].5
with:
owner: husarion
repo: panther-rpi-os-img
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Build OS image
if: ${{ fromJSON(github.event.inputs.automatic_mode) == true }}
uses: convictional/[email protected].1
uses: convictional/[email protected].5
with:
owner: husarion
repo: panther-rpi-os-img
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Build flash OS image
if: ${{ fromJSON(github.event.inputs.automatic_mode) == true }}
uses: convictional/[email protected].1
uses: convictional/[email protected].5
with:
owner: husarion
repo: panther-rpi-os-img
Expand All @@ -96,7 +96,7 @@ jobs:
}
- name: Rebuild documentation
uses: convictional/[email protected].1
uses: convictional/[email protected].5
with:
owner: husarion
repo: docs_new
Expand Down

0 comments on commit b6e3df1

Please sign in to comment.