We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adad8a commit 87fbcacCopy full SHA for 87fbcac
.github/workflows/ci-module.yml
@@ -15,7 +15,7 @@ jobs:
15
platform: [ubuntu-latest]
16
runs-on: ${{ matrix.platform }}
17
steps:
18
- - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
19
- name: Run Pester Tests (pwsh)
20
run: |
21
Write-Output $PSVersionTable.PSVersion.Major $PSVersionTable.PSRemotingProtocolVersion.Minor
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
12
13
with:
14
fetch-depth: 0
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
0 commit comments