Skip to content

Commit 7312ae7

Browse files
dependabot[bot]seifertm
authored andcommitted
Build(deps): 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] <support@github.com>
1 parent fccda74 commit 7312ae7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version: ${{ steps.version.outputs.version }}
2222
prerelease: ${{ steps.version.outputs.prerelease }}
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
2727
- uses: actions/setup-python@v4
@@ -64,7 +64,7 @@ jobs:
6464
python-version: ['3.8', '3.9', '3.10', '3.11', 3.12-dev]
6565

6666
steps:
67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
- uses: actions/setup-python@v4
6969
if: "!endsWith(matrix.python-version, '-dev')"
7070
with:
@@ -99,7 +99,7 @@ jobs:
9999
uses: re-actors/alls-green@release/v1
100100
with:
101101
jobs: ${{ toJSON(needs) }}
102-
- uses: actions/checkout@v3
102+
- uses: actions/checkout@v4
103103
- uses: actions/setup-python@v4
104104
with:
105105
python-version: ${{ env.PYTHON_LATEST }}
@@ -133,7 +133,7 @@ jobs:
133133
run: |
134134
sudo apt-get install -y pandoc
135135
- name: Checkout
136-
uses: actions/checkout@v3
136+
uses: actions/checkout@v4
137137
- name: Download distributions
138138
uses: actions/download-artifact@v3
139139
with:

0 commit comments

Comments
 (0)