Skip to content

Commit

Permalink
other try
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Dec 30, 2024
1 parent b8c297d commit 814f03c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generatemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@4.2.2
uses: actions/checkout@4.0.0

- name: Setup Perl environment
# You may pin to the exact commit or the version.
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: Checkout code
uses: actions/checkout@4.2.2
uses: actions/checkout@4.0.0
- name: Setup PHP
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updatepot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@4.2.2
uses: actions/checkout@4.0.0

- name: install xgettext

Expand Down

0 comments on commit 814f03c

Please sign in to comment.