Skip to content

Commit

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

Bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
github-actions[bot] authored Oct 18, 2023
2 parents 5f4f297 + facc4ad commit 6420e1c
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/[email protected].0
uses: actions/[email protected].1

- 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/[email protected].0
uses: actions/[email protected].1

- name: Prettify markdown
uses: creyD/[email protected]
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/[email protected].0
uses: actions/[email protected].1

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

0 comments on commit 6420e1c

Please sign in to comment.