Skip to content

Commit

Permalink
Aktualisiere GHA actions/checkout und actions/cache (Case 171395)
Browse files Browse the repository at this point in the history
Automatischer Commit über webfactory/bfg9000#1
  • Loading branch information
mpdude committed Jun 7, 2024
1 parent 0fb02f3 commit 9724f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fix-cs-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ name: Coding Standards
jobs:
open-pr-for-cs-violations:
name: PHP-CS-Fixer
runs-on: ubuntu-20.04
runs-un: ubuntu-22.04
if: github.actor != 'dependabot[bot]'
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

Expand Down

0 comments on commit 9724f15

Please sign in to comment.