diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e210819..5043466 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-24.04 needs: check-requirements steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Parse API Version run: echo "API_VERSION=$(echo $GITHUB_REF | awk -F '/' '{print $NF}' | cut -c 2-)" >> $GITHUB_ENV - name: Docker Login @@ -43,7 +43,7 @@ jobs: name: Update Readme runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Update Docker Hub Description uses: peter-evans/dockerhub-description@v2 env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19bce21..699f81d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: name: Test Image runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build Image run: docker build -t steamcmd/api:latest . @@ -21,7 +21,7 @@ jobs: name: Python Lint runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: jpetrucciani/ruff-check@main with: path: 'src/' \ No newline at end of file