Skip to content

Commit

Permalink
Rollback version to 44.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
triffer committed Jun 27, 2024
1 parent 0c2907b commit f18e582
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
- uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78
id: changed-files
with:
files_ignore: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-integration-gardener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
- uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78
id: changed-files
with:
files_ignore: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.event.pull_request.draft == false }}
steps:
- uses: actions/checkout@v4
- uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
- uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78
id: changed-files
with:
files_ignore: |
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
- uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78
id: changed-files
with:
files_ignore: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
- uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78
id: changed-files
with:
files_ignore: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
- uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78
id: changed-files
with:
files: |
Expand All @@ -131,7 +131,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
- uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78
id: changed-files
with:
files: |
Expand Down

0 comments on commit f18e582

Please sign in to comment.