diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e2fee39c..c4576036c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code from Github - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python @@ -84,7 +84,7 @@ jobs: plex: claimed steps: - name: Check out code from Github - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python @@ -230,7 +230,7 @@ jobs: plex: claimed steps: - name: Check out code from GitHub - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e6290c495..e1b222aa9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 27847c7e5..24482b978 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v5 diff --git a/.github/workflows/refresh_token.yml b/.github/workflows/refresh_token.yml index 2c6e4c11c..79f14fa7c 100644 --- a/.github/workflows/refresh_token.yml +++ b/.github/workflows/refresh_token.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code from Github - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python