diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43752753..8a624472 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.1.1 with: python-version: 3.X - name: Install dependencies @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.1.1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ba0732f4..fc38a25b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.1.1 with: python-version: '3.x' - name: Install dependencies diff --git a/changes/98.misc.rst b/changes/98.misc.rst new file mode 100644 index 00000000..8a87f601 --- /dev/null +++ b/changes/98.misc.rst @@ -0,0 +1 @@ +Updated actions/setup-python from 5.1.0 to 5.1.1.