Skip to content

Commit

Permalink
Merge pull request #163 from dxw/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4.2.2

Bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
snim2 authored Oct 25, 2024
2 parents 383f1fe + 1aa38a1 commit 68cf9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
shellcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- run: sudo apt-get update
- run: sudo apt-get install -y shellcheck
- run: ./.shellcheck.sh
2 changes: 1 addition & 1 deletion .github/workflows/theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
php-versions: ['7.4','8.2']
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 68cf9bf

Please sign in to comment.