We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f661da + 9469ed6 commit 930183eCopy full SHA for 930183e
.github/workflows/azure-dev-validate.yaml
@@ -17,7 +17,7 @@ jobs:
17
security-events: write
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
22
- name: Build Bicep for linting
23
uses: azure/CLI@v2
.github/workflows/python.yaml
@@ -16,7 +16,7 @@ jobs:
16
os: ["ubuntu-latest"]
python_version: ["3.11"]
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Setup python
uses: actions/setup-python@v5
with:
0 commit comments