Merge pull request #2459 from beeware/dependabot/github_actions/actions/checkout-4.1.2
Bump actions/checkout from 4.1.1 to 4.1.2
This commit is contained in:
commit
2f25e8971c
2 changed files with 4 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -93,7 +93,7 @@ jobs:
|
|||
python-version: "3.13-dev"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.2
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v5.0.0
|
||||
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -253,7 +253,7 @@ jobs:
|
|||
sudo udevadm trigger --name-match=kvm
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
|||
1
changes/2459.misc.rst
Normal file
1
changes/2459.misc.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Updated actions/checkout from 4.1.1 to 4.1.2.
|
||||
Loading…
Reference in a new issue