Skip to content

Commit 5cefd2d

Browse files
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 e90cec2 commit 5cefd2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/build-and-push.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- run: echo "Branch $GITHUB_REF"
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Set up Python ${{ matrix.python-version }}
2626
uses: actions/setup-python@v4
2727
with:
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-latest
9898
steps:
9999
- name: Checkout
100-
uses: actions/checkout@v3
100+
uses: actions/checkout@v4
101101
with:
102102
persist-credentials: false
103103
- name: Build sphinx
@@ -136,7 +136,7 @@ jobs:
136136
runs-on: ubuntu-latest
137137
steps:
138138
- name: Checkout
139-
uses: actions/checkout@v3
139+
uses: actions/checkout@v4
140140
- name: Docker Hub Description # https://github.com/peter-evans/dockerhub-description
141141
uses: peter-evans/dockerhub-description@v3
142142
with:
@@ -152,7 +152,7 @@ jobs:
152152
if: startsWith(github.ref, 'refs/tags/')
153153
runs-on: ubuntu-latest
154154
steps:
155-
- uses: actions/checkout@v3
155+
- uses: actions/checkout@v4
156156
- name: Set up Python
157157
uses: actions/setup-python@v4
158158
with:

0 commit comments

Comments
 (0)