Skip to content

Commit

Permalink
Merge pull request #38 from hellofresh/dependabot-github_actions-acti…
Browse files Browse the repository at this point in the history
…ons-checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
gmsantos committed Apr 24, 2024
2 parents 2e5a8af + 1028903 commit f6db62a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -39,7 +39,7 @@ jobs:
matrix-length: ${{ steps.neo.outputs.matrix-length }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Generate matrix
id: neo
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
steps:
# required to compare the pattern on the files in the repo
- if: inputs.defaults || inputs.default-patterns != ''
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: neo
shell: bash
Expand Down

0 comments on commit f6db62a

Please sign in to comment.