diff --git a/.github/workflows/gating.yaml b/.github/workflows/gating.yaml index 575958a..4bc3a20 100644 --- a/.github/workflows/gating.yaml +++ b/.github/workflows/gating.yaml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -68,7 +68,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" - name: Install dependencies