Skip to content

Commit 1444eb3

Browse files
Update actions/checkout action to v6
1 parent d22242d commit 1444eb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
CIBW_TEST_COMMAND: python -c "from pyobjus import autoclass, objc_str"
1414
CIBW_TEST_SKIP: "*arm64*"
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717

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

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- "<3"
2323
- ">=3"
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626

2727
- name: Set up Python ${{ matrix.python }}
2828
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)