Skip to content

Commit a4ec15c

Browse files
Merge pull request #1526 from Quantum-Software-Development/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 5a942ec + 7d520a6 commit a4ec15c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v6
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@v6
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@v6
1313
- name: Set up Python ${{ matrix.python-version }}
1414
uses: actions/setup-python@v5.1.0
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@v6
2525
- name: OIDC Login to Azure Public Cloud with AzPowershell (enableAzPSSession true)
2626
uses: azure/login@v2
2727
with:

0 commit comments

Comments
 (0)