Skip to content

Commit 7f0ec25

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 c42866c commit 7f0ec25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: ⬇ Checkout docs.octoprint.org
6262
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version)
63-
uses: actions/checkout@v3
63+
uses: actions/checkout@v4
6464
with:
6565
path: docs.octoprint.org
6666

@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: ⬇ Checkout OctoPrint
9696
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version)
97-
uses: actions/checkout@v3
97+
uses: actions/checkout@v4
9898
with:
9999
repository: "OctoPrint/OctoPrint"
100100
ref: ${{ matrix.version }}
@@ -143,7 +143,7 @@ jobs:
143143
runs-on: ubuntu-latest
144144
steps:
145145
- name: ⬇ Checkout docs.octoprint.org
146-
uses: actions/checkout@v3
146+
uses: actions/checkout@v4
147147
with:
148148
ref: gh-pages
149149
path: docs

0 commit comments

Comments
 (0)