Skip to content

Commit 6634d29

Browse files
authored
Merge pull request #97 from testing-cabal/bac5dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 5be0539 + 276b31d commit 6634d29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.10"]
1414
os: ["ubuntu-latest"]
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v6
1919
with:

0 commit comments

Comments
 (0)