Skip to content

Commit 45069a9

Browse files
dependabot[bot]twiecki
authored andcommitted
Bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b7d9e1d commit 45069a9

6 files changed

+11
-11
lines changed

.github/workflows/devcontainer-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout source
26-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
26+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2727

2828
- name: Setup Docker buildx
2929
uses: docker/[email protected]

.github/workflows/dispatched_pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runPreCommit:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
10+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1111
with:
1212
repository: ${{github.event.client_payload.pull_request.head.repo.full_name}}
1313
ref: ${{github.event.client_payload.pull_request.head.ref}}

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
16+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1717

1818
- name: Login to Docker Hub
1919
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446

.github/workflows/mypy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run:
1313
shell: bash -l {0}
1414
steps:
15-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
15+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1616
- name: Cache conda
1717
uses: actions/cache@v4
1818
env:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
env:
1212
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN_PYMC }}
1313
steps:
14-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
14+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:

.github/workflows/tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
changes: ${{ steps.changes.outputs.src }}
2626
steps:
27-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
27+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2828
with:
2929
fetch-depth: 0
3030
- uses: dorny/paths-filter@v3
@@ -132,7 +132,7 @@ jobs:
132132
run:
133133
shell: bash -l {0}
134134
steps:
135-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
135+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
136136
- name: Cache conda
137137
uses: actions/cache@v4
138138
env:
@@ -208,7 +208,7 @@ jobs:
208208
run:
209209
shell: cmd
210210
steps:
211-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
211+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
212212
- name: Cache conda
213213
uses: actions/cache@v4
214214
env:
@@ -292,7 +292,7 @@ jobs:
292292
run:
293293
shell: bash -l {0}
294294
steps:
295-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
295+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
296296
- name: Cache conda
297297
uses: actions/cache@v4
298298
env:
@@ -361,7 +361,7 @@ jobs:
361361
run:
362362
shell: bash -l {0}
363363
steps:
364-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
364+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
365365
- name: Cache conda
366366
uses: actions/cache@v4
367367
env:
@@ -430,7 +430,7 @@ jobs:
430430
run:
431431
shell: cmd
432432
steps:
433-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
433+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
434434
- name: Cache conda
435435
uses: actions/cache@v4
436436
env:

0 commit comments

Comments
 (0)