diff --git a/.github/workflows/call-build.yml b/.github/workflows/call-build.yml index 5b3c0ef4..bd0a2ccb 100644 --- a/.github/workflows/call-build.yml +++ b/.github/workflows/call-build.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3.6.1 - name: Login to container registry diff --git a/.github/workflows/call-ci.yml b/.github/workflows/call-ci.yml index fa5b00c2..41f1618c 100644 --- a/.github/workflows/call-ci.yml +++ b/.github/workflows/call-ci.yml @@ -8,7 +8,7 @@ jobs: lint: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - uses: actions/setup-python@v5.2.0 with: python-version: 3.10.8 @@ -17,7 +17,7 @@ jobs: test: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Run tests # language="shell script" run: | diff --git a/.github/workflows/call-get_commit_title.yml b/.github/workflows/call-get_commit_title.yml index 3eab8135..9a1baf43 100644 --- a/.github/workflows/call-get_commit_title.yml +++ b/.github/workflows/call-get_commit_title.yml @@ -16,7 +16,7 @@ jobs: outputs: title: ${{ steps.extract_title.outputs.title }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 with: fetch-depth: 0 - name: Extract title diff --git a/.github/workflows/call-sentry_release.yml b/.github/workflows/call-sentry_release.yml index bdaab71e..5a272899 100644 --- a/.github/workflows/call-sentry_release.yml +++ b/.github/workflows/call-sentry_release.yml @@ -35,7 +35,7 @@ jobs: name: ${{ inputs.environment }} url: ${{ inputs.url }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 with: fetch-depth: 0 - name: Determine version diff --git a/.github/workflows/call-update_version.yml b/.github/workflows/call-update_version.yml index 489d9cc9..5347fe86 100644 --- a/.github/workflows/call-update_version.yml +++ b/.github/workflows/call-update_version.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-22.04 needs: [get_commit_title] steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 with: repository: creaty-co/creaty-root-chart ssh-key: ${{ secrets.CHART_DEPLOY_KEY }} diff --git a/.github/workflows/push-create_pr.yml b/.github/workflows/push-create_pr.yml index ebfe2b06..b461a678 100644 --- a/.github/workflows/push-create_pr.yml +++ b/.github/workflows/push-create_pr.yml @@ -11,7 +11,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Get branch name id: get_branch_name # language="shell script"