Skip to content

Commit

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

Bump actions/checkout from 4.0.0 to 4.1.0
  • Loading branch information
github-actions[bot] authored Sep 25, 2023
2 parents e23dfed + 3e2d4a0 commit 5f4f297
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@v4.0.0
uses: actions/checkout@v4.1.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@v4.0.0
uses: actions/checkout@v4.1.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@v4.0.0
uses: actions/checkout@v4.1.0

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

0 comments on commit 5f4f297

Please sign in to comment.