Skip to content

Commit 4130913

Browse files
🩹 [Patch]: Update action dependencies to specific versions for stability
1 parent 74dbb74 commit 4130913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
using: composite
2020
steps:
2121
- name: Install-PSModuleHelpers
22-
uses: PSModule/Install-PSModuleHelpers@v1
22+
uses: PSModule/Install-PSModuleHelpers@d60d63e4be477d1ca0c67c6085101fb109bce8f1 # v1.0.6
2323

2424
- name: Run Build-PSModule
2525
shell: pwsh
@@ -32,7 +32,7 @@ runs:
3232
${{ github.action_path }}/scripts/main.ps1
3333
3434
- name: Upload module artifact
35-
uses: actions/upload-artifact@v5
35+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3636
with:
3737
name: ${{ inputs.ArtifactName }}
3838
path: ${{ steps.build.outputs.ModuleOutputFolderPath }}

0 commit comments

Comments
 (0)