Skip to content

Commit 137ae43

Browse files
authored
Merge pull request #305 from Paul-B98/dependabot/github_actions/actions/checkout-6.0.3
build(deps): bump actions/checkout from 6.0.2 to 6.0.3
2 parents d4376f3 + 61717f2 commit 137ae43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous_delivery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id-token: write
2525

2626
steps:
27-
- uses: actions/checkout@v6.0.2
27+
- uses: actions/checkout@v6.0.3
2828

2929
- name: Set up Python ${{ matrix.python-version }}
3030
uses: actions/setup-python@v6

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ["3.14"] # Add more Python versions to test here
1414

1515
steps:
16-
- uses: actions/checkout@v6.0.2
16+
- uses: actions/checkout@v6.0.3
1717

1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)