Skip to content

Commit a9653df

Browse files
authored
Merge pull request #2 from OctoPrint/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents c42866c + 7f0ec25 commit a9653df

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)