Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[internal] Actions Versionen aktualisiert.
Browse files Browse the repository at this point in the history
stefan-hoelzl committed Jun 11, 2024
1 parent 121f910 commit 229ed3b
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit-msg-validate.yml
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout ci-scripts repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: baltech-ag/ci-scripts
path: ci-scripts
4 changes: 2 additions & 2 deletions .github/workflows/commit_msg_validate.yml
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout ci-scripts repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: baltech-ag/ci-scripts
path: ci-scripts
4 changes: 2 additions & 2 deletions .github/workflows/jira-pr.yml
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout ci-scripts repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: baltech-ag/ci-scripts
path: ci-scripts
4 changes: 2 additions & 2 deletions .github/workflows/jira-push.yml
Original file line number Diff line number Diff line change
@@ -13,11 +13,11 @@ jobs:
if: inputs.if
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout ci-scripts repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: baltech-ag/ci-scripts
path: ci-scripts
4 changes: 2 additions & 2 deletions .github/workflows/jira_integration_pr.yml
Original file line number Diff line number Diff line change
@@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout ci-scripts repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: baltech-ag/ci-scripts
path: ci-scripts
4 changes: 2 additions & 2 deletions .github/workflows/jira_integration_push.yml
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@ jobs:
if: inputs.if
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout ci-scripts repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: baltech-ag/ci-scripts
path: ci-scripts

0 comments on commit 229ed3b

Please sign in to comment.