Skip to content

Commit b6e5da8

Browse files
Bump actions/checkout from 4 to 5 (microsoft#1394)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
1 parent fb1ad24 commit b6e5da8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
pre-commit:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- name: Set up Python
1010
uses: actions/setup-python@v5
1111
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
tests:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- uses: actions/setup-python@v5
1010
with:
1111
python-version: |

0 commit comments

Comments
 (0)