Skip to content

Commit

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

Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
freakboy3742 committed Apr 22, 2024
2 parents c6ded71 + d65110b commit de3e2e5
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 @@ -67,7 +67,7 @@ jobs:
python-version: "3.8"
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0

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

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

0 comments on commit de3e2e5

Please sign in to comment.