From 83dbb36c9ae5702bc0710d5138807bf577c6a788 Mon Sep 17 00:00:00 2001 From: Olivier Korach Date: Sun, 26 May 2024 18:20:10 +0200 Subject: [PATCH] Update actions --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 408ee48..6543f7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,11 +15,11 @@ jobs: # python-version: [2.7, 3.5, 3.6, 3.7, 3.8] steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: "3.10" - name: Install dependencies @@ -54,7 +54,7 @@ jobs: version=$(grep VERSION mediatools/version.py | cut -d "=" -f 2 | sed "s/[\'\" ]//g") echo "sonar.projectVersion=$version" >> sonar-project.properties - name: Cache SonarQube packages - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar