Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-selenium.yml')
-rw-r--r--.github/workflows/test-selenium.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test-selenium.yml b/.github/workflows/test-selenium.yml
index 45eed9d11f..8956912d22 100644
--- a/.github/workflows/test-selenium.yml
+++ b/.github/workflows/test-selenium.yml
@@ -53,7 +53,7 @@ jobs:
os: [ubuntu-latest]
db-server: ["mysql:5.7"]
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Refresh apt cache
run: sudo apt-get update
- name: Install gettext
@@ -69,7 +69,7 @@ jobs:
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -84,7 +84,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: yarn cache
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}