From f0283965f360c5118ed97fb477c7c6316d520383 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:24:25 +0000 Subject: [PATCH] chore(deps): update github actions all dependencies --- .github/workflows/dev.yml | 10 +++++----- .github/workflows/master.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 19f92305..fcc9d7e5 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -18,12 +18,12 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 2 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: - python-version: "3.11" + python-version: "3.13" - name: Install deps run: | sudo apt update @@ -71,7 +71,7 @@ jobs: name: Docker Image for gwa-api runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 2 - name: Check if build needed @@ -104,7 +104,7 @@ jobs: name: Docker Image for gwa-scheduler runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 2 - name: Check if build needed @@ -137,7 +137,7 @@ jobs: name: Docker Image for gwa-kube-api runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 2 - name: Check if build needed diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 51113097..8cead783 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: - python-version: "3.11" + python-version: "3.13" - name: Install deps run: | sudo apt update