Skip to content

Commit

Permalink
Update checkout action [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Mar 11, 2024
1 parent 4140853 commit d19d260
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
run: echo php_source=${{github.event.inputs.php_source}}

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

- name: Set up Homebrew
id: set-up-homebrew
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
test-bot-formulae-args: ${{ steps.check-labels.outputs.test-bot-formulae-args }}
test-bot-dependents-args: ${{ steps.check-labels.outputs.test-bot-dependents-args }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check for CI labels
id: check-labels
uses: actions/github-script@v6
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Add Label"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d19d260

Please sign in to comment.