Skip to content

Commit 930183e

Browse files
authored
Merge pull request #5 from Azure-Samples/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 6f661da + 9469ed6 commit 930183e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azure-dev-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
security-events: write
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Build Bicep for linting
2323
uses: azure/CLI@v2

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: ["ubuntu-latest"]
1717
python_version: ["3.11"]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Setup python
2121
uses: actions/setup-python@v5
2222
with:

0 commit comments

Comments
 (0)