Skip to content

Commit 1786948

Browse files
authored
Fix #632 github actions/checkout@v6 (#633)
1 parent cbd6ac6 commit 1786948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-ci:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
run: curl -LsS https://radia.run | bash -s python-ci

pykern/package_data/projex/.github/workflows/python-ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
python-ci:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- run: curl -LsS https://radia.run | bash -s python-ci

0 commit comments

Comments
 (0)