Skip to content

Commit

Permalink
Merge pull request #69 from canonical/renovate/major-github-actions
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
Mehdi-Bendriss authored Jun 27, 2024
2 parents 65621b3 + 6055582 commit 86d624d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: write # Needed to login to Discourse
pull-requests: write # Need to create PR
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Open PR with docs changes
uses: deusebio/discourse-gatekeeper@c8adb89ea1cbceca54d78da798658373615487ac
id: docs-pr
Expand Down

0 comments on commit 86d624d

Please sign in to comment.