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:
Russell Keith-Magee 2024-03-18 07:59:26 +08:00 committed by GitHub
commit 2f25e8971c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -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
View file

@ -0,0 +1 @@
Updated actions/checkout from 4.1.1 to 4.1.2.