Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#2612)
Browse files Browse the repository at this point in the history
* Bump actions/checkout from 3 to 4

* Enable dependabot
  • Loading branch information
GromNaN authored Sep 11, 2023
1 parent 02c3378 commit 66acce6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
MYSQL_ROOT_PASSWORD:

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create MongoDB Replica Set
run: |
docker run --name mongodb -p 27017:27017 -e MONGO_INITDB_DATABASE=unittest --detach mongo:${{ matrix.mongodb }} mongod --replSet rs --setParameter transactionLifetimeLimitSeconds=5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: Setup cache environment
id: extcache
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*.sublime-workspace
.DS_Store
.idea/
.phpunit.result.cache
.phpunit.cache/
.phpcs-cache
/vendor
composer.lock
Expand Down

0 comments on commit 66acce6

Please sign in to comment.