Skip to content

Commit f004a44

Browse files
🔧 Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7743f5 commit f004a44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Lint
1212
runs-on: ubuntu-20.04
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Set up Python 3.8
1616
uses: actions/setup-python@v5
1717
with:
@@ -37,7 +37,7 @@ jobs:
3737
python-version: "3.8"
3838
sphinx-version: "6.0"
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
- name: Set Up Python ${{ matrix.python-version }}
4242
uses: actions/setup-python@v5
4343
with:
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- name: Checkout source
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v5
8383
- name: Set up Python 3.10
8484
uses: actions/setup-python@v5
8585
with:

0 commit comments

Comments
 (0)