Skip to content

Commit 834a4bc

Browse files
dependabot[bot]martinRenou
authored andcommitted
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 024a272 commit 834a4bc

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/check.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
lint:
1818
runs-on: ubuntu-20.04
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: actions/setup-python@v4
2222
with:
2323
python-version: '3.10'
@@ -36,7 +36,7 @@ jobs:
3636
- '3.7'
3737
- pypy3.7
3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
- name: setup python for tox
4141
uses: actions/setup-python@v4
4242
with:
@@ -72,7 +72,7 @@ jobs:
7272
- pkg_desc
7373
- dev
7474
steps:
75-
- uses: actions/checkout@v3
75+
- uses: actions/checkout@v4
7676
- name: setup Python 3.10
7777
uses: actions/setup-python@v4
7878
with:
@@ -93,7 +93,7 @@ jobs:
9393
python-version: '3.10'
9494
- name: install build
9595
run: python -m pip install build
96-
- uses: actions/checkout@v3
96+
- uses: actions/checkout@v4
9797
- name: build package
9898
run: python -m build --sdist --wheel . -o dist
9999
- name: publish to PyPi
@@ -112,7 +112,7 @@ jobs:
112112
python-version: '3.10'
113113
- name: install build
114114
run: python -m pip install build
115-
- uses: actions/checkout@v3
115+
- uses: actions/checkout@v4
116116
- name: build package
117117
run: python -m build --sdist --wheel . -o dist
118118
- name: Upload builds
@@ -127,7 +127,7 @@ jobs:
127127

128128
steps:
129129
- name: Checkout
130-
uses: actions/checkout@v3
130+
uses: actions/checkout@v4
131131

132132
- name: Install Conda environment with Micromamba
133133
uses: mamba-org/provision-with-micromamba@main
@@ -182,7 +182,7 @@ jobs:
182182

183183
steps:
184184
- name: Checkout
185-
uses: actions/checkout@v3
185+
uses: actions/checkout@v4
186186

187187
- name: Install Conda environment with Micromamba
188188
uses: mamba-org/provision-with-micromamba@main

.github/workflows/jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: [20.x]
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v3
2020
with:

.github/workflows/update_galata_references.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626

@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v3
60+
uses: actions/checkout@v4
6161
with:
6262
token: ${{ secrets.GITHUB_TOKEN }}
6363

0 commit comments

Comments
 (0)