Skip to content

Commit

Permalink
Update CICD package
Browse files Browse the repository at this point in the history
  • Loading branch information
MichielOda committed Jul 31, 2023
1 parent 0e89570 commit 6b8a89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GitHubAction/Package.Builder/Package.Builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Skyline.DataMiner.CICD.DMApp.Automation" Version="1.0.1.6" />
<PackageReference Include="Skyline.DataMiner.CICD.DMApp.Automation" Version="1.0.1.8" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ outputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/skylinecommunications/skyline-dataminer-deploy-action:1.0.24'
image: 'docker://ghcr.io/skylinecommunications/skyline-dataminer-deploy-action:1.0.25'
args:
- --api-key
- ${{ inputs.api-key }}
Expand Down

0 comments on commit 6b8a89a

Please sign in to comment.