Skip to content

Commit e3938f1

Browse files
chore: update GitHub actions to use checkout and setup-python v6
1 parent e5b42ab commit e3938f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-data.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
matrix:
1010
python-version: ["3.10"]
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v6
1313
- name: Set up Python ${{ matrix.python-version }}
14-
uses: actions/setup-python@v3
14+
uses: actions/setup-python@v6
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install dependencies

0 commit comments

Comments
 (0)