Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3 to 4 #178

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pm-version-major: [4, 5]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install tools and dependencies
run: |
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
pm-version-major: [ 4, 5 ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install tools and dependencies
run: brew install libtool autoconf automake pkg-config bison re2c
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
pm-version-major: [ 4, 5 ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install tools and dependencies
run: choco install wget --no-progress
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
if: ${{ startsWith(github.ref_name, 'php/') && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set version information
id: version
Expand Down