Skip to content

Commit abd7284

Browse files
authored
Merge pull request #22 from criteo/dependabot/github_actions/dot-github/workflows/actions/checkout-6
Bump actions/checkout from 5 to 6 in /.github/workflows
2 parents 4a1d060 + d491404 commit abd7284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_sdk.yaml

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

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Set up Python 3.9
1818
uses: actions/setup-python@v6
1919
with:

0 commit comments

Comments
 (0)