Skip to content

Commit e1eaa3c

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1548ed commit e1eaa3c

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
@@ -51,7 +51,7 @@ jobs:
5151
- {VERSION: "3.13", NOXSESSION: "mypy"}
5252
- {VERSION: "3.9", NOXSESSION: "docs"}
5353
steps:
54-
- uses: actions/[email protected].0
54+
- uses: actions/[email protected].1
5555
- name: Setup python
5656
uses: actions/[email protected]
5757
with:
@@ -73,7 +73,7 @@ jobs:
7373
- {CONTAINER: "ubuntu-rolling", NOXSESSION: "tests-cryptography-main"}
7474
name: "${{ matrix.TEST.NOXSESSION }} on ${{ matrix.TEST.CONTAINER }}"
7575
steps:
76-
- uses: actions/[email protected].0
76+
- uses: actions/[email protected].1
7777
- run: /venv/bin/pip install nox
7878
- run: /venv/bin/nox
7979
env:
@@ -94,7 +94,7 @@ jobs:
9494
- 3.12
9595
name: "Downstream tests for ${{ matrix.DOWNSTREAM }}"
9696
steps:
97-
- uses: actions/[email protected].0
97+
- uses: actions/[email protected].1
9898
- name: Setup python
9999
uses: actions/[email protected]
100100
with:
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
jobs: ${{ toJSON(needs) }}
116116

117-
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v5.0.1
117+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.1
118118
timeout-minutes: 3
119119
with:
120120
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@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v5.0.1
18+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.1
1919

2020
- name: Set up Python
2121
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0

0 commit comments

Comments
 (0)