Skip to content

Commit a33fe4f

Browse files
Bump actions/checkout from 4 to 5 (#1437)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d5a759 commit a33fe4f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- {VERSION: "3.13", NOXSESSION: "mypy"}
5151
- {VERSION: "3.9", NOXSESSION: "docs"}
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
- name: Setup python
5555
uses: actions/setup-python@v5
5656
with:
@@ -72,7 +72,7 @@ jobs:
7272
- {CONTAINER: "ubuntu-rolling", NOXSESSION: "tests-cryptography-main"}
7373
name: "${{ matrix.TEST.NOXSESSION }} on ${{ matrix.TEST.CONTAINER }}"
7474
steps:
75-
- uses: actions/checkout@v4
75+
- uses: actions/checkout@v5
7676
- run: /venv/bin/pip install nox
7777
- run: /venv/bin/nox
7878
env:
@@ -93,7 +93,7 @@ jobs:
9393
- 3.12
9494
name: "Downstream tests for ${{ matrix.DOWNSTREAM }}"
9595
steps:
96-
- uses: actions/checkout@v4
96+
- uses: actions/checkout@v5
9797
- name: Setup python
9898
uses: actions/setup-python@v5
9999
with:
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
jobs: ${{ toJSON(needs) }}
115115

116-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
116+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
117117
timeout-minutes: 3
118118
with:
119119
persist-credentials: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919

2020
- name: Set up Python
2121
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0

0 commit comments

Comments
 (0)