Skip to content

Commit

Permalink
fix: lift version of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Feb 5, 2024
1 parent c6c7ed4 commit 4fd4bb6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for other CI
uses: lewagon/[email protected].1
uses: lewagon/[email protected].3
with:
ref: ${{ github.ref }}
check-name: 'Lint Check'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for other CI
uses: lewagon/[email protected].1
uses: lewagon/[email protected].3
with:
ref: ${{ github.ref }}
check-name: 'GitHub Release'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/locales.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for other CI
uses: lewagon/[email protected].1
uses: lewagon/[email protected].3
with:
ref: ${{ github.ref }}
check-name: 'Config Sync'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for other CI
uses: lewagon/[email protected].1
uses: lewagon/[email protected].3
with:
ref: ${{ github.ref }}
check-name: 'Locales Sync'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for other CI
uses: lewagon/[email protected].1
uses: lewagon/[email protected].3
with:
ref: ${{ github.ref }}
check-name: 'Lint Check'
Expand Down

0 comments on commit 4fd4bb6

Please sign in to comment.