Skip to content

Commit ea849ee

Browse files
authored
Merge pull request #111 from advanced-security/9b11dependabot/github_actions/production-dependencies-a331d3ec2d
Bump actions/checkout from 4 to 5 in the production-dependencies group
2 parents 7d516ff + e41c5d0 commit ea849ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL

.github/workflows/python-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)