Skip to content

Commit

Permalink
Merge pull request #1443 from beeware/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.0.0

Bump actions/checkout from 3.6.0 to 4.0.0
  • Loading branch information
freakboy3742 authored Sep 11, 2023
2 parents 643657d + 6d8205a commit 84214de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
experimental: false
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
if: always() && contains('success,failure', needs.unit-tests.result)
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down
1 change: 1 addition & 0 deletions changes/1443.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated actions/checkout from 3.6.0 to 4.0.0.

0 comments on commit 84214de

Please sign in to comment.