Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/call-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/call-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-get_commit_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-sentry_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-update_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-create_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down