Skip to content

Commit ee9c6ee

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a942ec commit ee9c6ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
# Step 1: Checkout the repository
2828
- name: Checkout repository
29-
uses: actions/checkout@v4.1.1
29+
uses: actions/checkout@v5
3030

3131
# Step 2: Delete fixtures to suppress false positives
3232
- name: Delete fixtures to suppress false positives

.github/workflows/publish-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
deploy:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Set up Python
2323
uses: actions/setup-python@v5
2424
with:

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
python-version: ["3.12"]
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Set up Python ${{ matrix.python-version }}
1414
uses: actions/[email protected]
1515
with:

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
environment: ${{ inputs.environment }}
2222
steps:
2323
- name: Checkout OEA Repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
- name: OIDC Login to Azure Public Cloud with AzPowershell (enableAzPSSession true)
2626
uses: azure/login@v2
2727
with:

0 commit comments

Comments
 (0)