Skip to content

Commit 960d554

Browse files
renovate[bot]carlcsaposs-canonical
andauthoredApr 3, 2024
Update GitHub actions to v4 (major) (#423)
* Update GitHub actions to v4 * revert codecov update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Carl Csaposs <carl.csaposs@canonical.com>
1 parent 2bd2bcc commit 960d554

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 5
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
- name: Install tox & poetry
2929
run: |
3030
pipx install tox
@@ -40,7 +40,7 @@ jobs:
4040
timeout-minutes: 5
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
with:
4545
fetch-depth: 0
4646
- run: |

‎.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 60
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
2929
- run: |

‎.github/workflows/sync_docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: write # Needed to login to Discourse
1717
pull-requests: write # Need to create PR
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Open PR with docs changes
2121
uses: deusebio/discourse-gatekeeper@c8adb89ea1cbceca54d78da798658373615487ac
2222
id: docs-pr

0 commit comments

Comments
 (0)