Skip to content

Commit

Permalink
Update actions/checkout action to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 12, 2023
1 parent 4096c02 commit d7e389a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-pusher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
' {0,-20} {1}' -f 'SCHEDULED BUILD:', ("${{ github.event_name }}" -eq 'schedule')
' {0,-20} {1}' -f 'FORCED BUILD:' , ("${{ github.event_name }}" -eq 'workflow_dispatch')
shell: powershell
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
fetch-depth: 0
- name: Run package pushing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git --version
choco --version
shell: powershell
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
fetch-depth: 0
- name: Run package tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
' {0,-20} {1}' -f 'SCHEDULED BUILD:', ("${{ github.event_name }}" -eq 'schedule')
' {0,-20} {1}' -f 'FORCED BUILD:' , ("${{ github.event_name }}" -eq 'workflow_dispatch')
shell: powershell
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
fetch-depth: 0
- name: Run package updater
Expand Down

0 comments on commit d7e389a

Please sign in to comment.