Skip to content

Commit

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

Bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
freakboy3742 authored May 20, 2024
2 parents 87ee724 + fe46897 commit a457d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
python-version: "3.13-dev"
steps:
- name: Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.0
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0

Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
sudo udevadm trigger --name-match=kvm
steps:
- name: Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0

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

0 comments on commit a457d89

Please sign in to comment.