Skip to content

Commit

Permalink
Merge pull request #338 from Astrotomic/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-3.4.0

Bump actions/checkout from 3.1.0 to 3.4.0
  • Loading branch information
github-actions[bot] authored Mar 16, 2023
2 parents 04de8d1 + 34a0f40 commit 6b0aa14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/composer-normalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.4.0

- name: Validate Composer configuration
run: composer validate --strict
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-normalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.4.0

- name: Prettify markdown
uses: creyD/prettier_action@v4.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.4.0

- name: Cache dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 6b0aa14

Please sign in to comment.