Skip to content

Commit

Permalink
chore: bump version of gitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris53897 authored and scheb committed Oct 5, 2024
1 parent 642dbaf commit c6bdcf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: 'Checkout code'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Setup Build'
uses: ./.github/actions/setup-build
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
symfony-version: '7.*'
steps:
- name: 'Checkout code'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Setup Build'
uses: ./.github/actions/setup-build
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
symfony-version: '7.*'
steps:
- name: 'Checkout code'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Setup Build'
uses: ./.github/actions/setup-build
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:

steps:
- name: 'Checkout code'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Setup Build'
uses: ./.github/actions/setup-build
Expand Down

0 comments on commit c6bdcf6

Please sign in to comment.