From 66acce659c0d4a3c6956cb7e0cbdafeb6abe0903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Mon, 11 Sep 2023 13:14:16 +0200 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#2612) * Bump actions/checkout from 3 to 4 * Enable dependabot --- .github/dependabot.yml | 6 ++++++ .github/workflows/build-ci.yml | 2 +- .github/workflows/coding-standards.yml | 2 +- .gitignore | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5ace4600a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index ecbf50b50..9693261dc 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -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 diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 45daae584..e75ca3c53 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -17,7 +17,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" - name: Setup cache environment id: extcache diff --git a/.gitignore b/.gitignore index 3dd9edec0..d69c89d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ *.sublime-workspace .DS_Store .idea/ -.phpunit.result.cache +.phpunit.cache/ .phpcs-cache /vendor composer.lock