diff --git a/.github/workflows/build-pkgs.yml b/.github/workflows/build-pkgs.yml index c9010b5..557c917 100644 --- a/.github/workflows/build-pkgs.yml +++ b/.github/workflows/build-pkgs.yml @@ -19,7 +19,7 @@ jobs: run: | sudo apt-get update sudo apt-get install rpmlint - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # Get all branches and tags so the latest tag can be found for VERSION fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index da9837d..305a99b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 860464a..29dd4ff 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -35,7 +35,7 @@ jobs: python-version: ['3.6', '3.9'] name: Python ${{ matrix.python-version }} test steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5