Skip to content

Commit

Permalink
Merge pull request #109 from AsBuiltReport/dev
Browse files Browse the repository at this point in the history
Updated actions/checkout to v4
  • Loading branch information
rebelinux authored Oct 3, 2023
2 parents 8c933c6 + d59a92f commit 40a7f29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PSScriptAnalyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Run PSScriptAnalyzer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: lint
uses: devblackops/github-action-psscriptanalyzer@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish-to-gallery:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set PSRepository to Trusted for PowerShell Gallery
shell: pwsh
run: |
Expand Down
30 changes: 0 additions & 30 deletions .vscode/launch.json

This file was deleted.

0 comments on commit 40a7f29

Please sign in to comment.