Skip to content

Commit

Permalink
Merge pull request #1067 from pypa/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
sigmavirus24 committed Mar 23, 2024
2 parents f8bf04e + ffe3a12 commit 92ee8ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: actions/setup-python@v5.0.0
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
Expand All @@ -49,7 +49,7 @@ jobs:
- windows-latest
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -67,7 +67,7 @@ jobs:
# Only run on Ubuntu because most of the tests are skipped on Windows
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: actions/setup-python@v5.0.0
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
Expand All @@ -79,7 +79,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: actions/setup-python@v5.0.0
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: actions/setup-python@v5.0.0
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11"
uses: "actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017"

- name: "Setup Python"
uses: "actions/setup-python@871daa956ca9ea99f3c3e30acb424b7960676734"
Expand Down

0 comments on commit 92ee8ba

Please sign in to comment.